• Home
  • Raw
  • Download

Lines Matching refs:handle_scope_offset

146     FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset();  in ArtJniCompileMethodInternal()  local
148 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal()
154 __ StoreRef(handle_scope_offset, main_jni_conv->InterproceduralScratchRegister()); in ArtJniCompileMethodInternal()
165 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal() local
167 CHECK_LT(handle_scope_offset.Uint32Value(), frame_size); in ArtJniCompileMethodInternal()
168 CHECK_NE(handle_scope_offset.Uint32Value(), in ArtJniCompileMethodInternal()
177 __ StoreRef(handle_scope_offset, in_reg); in ArtJniCompileMethodInternal()
181 __ CopyRef(handle_scope_offset, in_off, in ArtJniCompileMethodInternal()
329 FrameOffset handle_scope_offset = main_jni_conv->CurrentParamHandleScopeEntryOffset(); in ArtJniCompileMethodInternal() local
332 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal()
337 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in ArtJniCompileMethodInternal()
510 FrameOffset handle_scope_offset(0); in CopyParameter() local
527 handle_scope_offset = jni_conv->CurrentParamHandleScopeEntryOffset(); in CopyParameter()
529 CHECK_LT(handle_scope_offset.Uint32Value(), (frame_size + out_arg_size)); in CopyParameter()
535 __ CreateHandleScopeEntry(out_reg, handle_scope_offset, in_reg, null_allowed); in CopyParameter()
547 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()
561 …__ CreateHandleScopeEntry(out_reg, handle_scope_offset, ManagedRegister::NoRegister(), null_allowe… in CopyParameter()
575 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()