• Home
  • Raw
  • Download

Lines Matching refs:out_off

354       FrameOffset out_off = main_jni_conv->CurrentParamStackOffset();  in ArtJniCompileMethodInternal()  local
355 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset, in ArtJniCompileMethodInternal()
402 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
403 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
476 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
477 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal()
597 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
598 __ Copy(out_off, saved_cookie_offset, end_jni_conv->InterproceduralScratchRegister(), 4); in ArtJniCompileMethodInternal()
607 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
608 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
713 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); in CopyParameter() local
715 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()
721 __ Copy(out_off, in_off, mr_conv->InterproceduralScratchRegister(), param_size); in CopyParameter()
738 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); in CopyParameter() local
740 CHECK_LT(out_off.Uint32Value(), frame_size); in CopyParameter()
743 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()
750 __ Store(out_off, in_reg, param_size); in CopyParameter()
755 __ StoreSpanning(out_off, in_reg, in_off, mr_conv->InterproceduralScratchRegister()); in CopyParameter()