Lines Matching refs:handle_scope_offset
132 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset();
134 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size);
138 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister());
149 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset();
151 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size);
152 CHECK_NE(handle_scope_offset.Uint32Value(),
161 __ StoreRef(handle_scope_offset, in_reg);
165 __ CopyRef(handle_scope_offset, in_off,
275 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset();
278 __ CreateHandleScopeEntry(out_off, handle_scope_offset,
283 __ CreateHandleScopeEntry(out_reg, handle_scope_offset,
452 FrameOffset handle_scope_offset(0);
469 handle_scope_offset = jni_conv->CurrentParamHandleScopeEntryOffset();
471 CHECK_LT(handle_scope_offset.Uint32Value(), (frame_size + out_arg_size));
477 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed);
489 __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(),
503 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, ManagedRegister::NoRegister(), null_allowed);
517 __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(),