Lines Matching refs:dynptr
830 if (!dynptr_type_refcounted(state->stack[spi].spilled_ptr.dynptr.type)) { in unmark_stack_slots_dynptr()
860 if (state->stack[i].spilled_ptr.dynptr.first_slot) in unmark_stack_slots_dynptr()
894 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in destroy_if_dynptr_stack_slot()
897 if (dynptr_type_refcounted(state->stack[spi].spilled_ptr.dynptr.type)) { in destroy_if_dynptr_stack_slot()
979 if (!state->stack[spi].spilled_ptr.dynptr.first_slot) in is_dynptr_reg_valid_init()
1004 return reg->dynptr.type == dynptr_type; in is_dynptr_type_expected()
1009 return state->stack[spi].spilled_ptr.dynptr.type == dynptr_type; in is_dynptr_type_expected()
2149 reg->dynptr.type = type; in __mark_dynptr_reg()
2150 reg->dynptr.first_slot = first_slot; in __mark_dynptr_reg()
9392 return reg->dynptr.type; in dynptr_get_type()
9400 return state->stack[spi].spilled_ptr.dynptr.type; in dynptr_get_type()
18565 if (old_reg->dynptr.type != cur_reg->dynptr.type || in stacksafe()
18566 old_reg->dynptr.first_slot != cur_reg->dynptr.first_slot || in stacksafe()