Lines Matching refs:dynptr
990 if (!dynptr_type_refcounted(state->stack[spi].spilled_ptr.dynptr.type)) { in unmark_stack_slots_dynptr()
1020 if (state->stack[i].spilled_ptr.dynptr.first_slot) in unmark_stack_slots_dynptr()
1054 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in destroy_if_dynptr_stack_slot()
1057 if (dynptr_type_refcounted(state->stack[spi].spilled_ptr.dynptr.type)) { in destroy_if_dynptr_stack_slot()
1139 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in is_dynptr_reg_valid_init()
1164 return reg->dynptr.type == dynptr_type; in is_dynptr_type_expected()
1169 return state->stack[spi].spilled_ptr.dynptr.type == dynptr_type; in is_dynptr_type_expected()
1475 verbose(env, "=dynptr_%s", dynptr_type_str(reg->dynptr.type)); in print_verifier_state()
1954 reg->dynptr.type = type; in __mark_dynptr_reg()
1955 reg->dynptr.first_slot = first_slot; in __mark_dynptr_reg()
8079 return reg->dynptr.type; in dynptr_get_type()
8087 return state->stack[spi].spilled_ptr.dynptr.type; in dynptr_get_type()
15713 if (old_reg->dynptr.type != cur_reg->dynptr.type || in stacksafe()
15714 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe()