Lines Matching refs:out_off
346 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
347 __ CreateHandleScopeEntry(out_off, class_handle_scope_offset, in ArtJniCompileMethodInternal()
394 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
395 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
468 FrameOffset out_off = main_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
469 __ CreateHandleScopeEntry(out_off, handle_scope_offset, in ArtJniCompileMethodInternal()
590 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
591 __ Copy(out_off, saved_cookie_offset, end_jni_conv->InterproceduralScratchRegister(), 4); in ArtJniCompileMethodInternal()
600 FrameOffset out_off = end_jni_conv->CurrentParamStackOffset(); in ArtJniCompileMethodInternal() local
601 __ CreateHandleScopeEntry(out_off, locked_object_handle_scope_offset, in ArtJniCompileMethodInternal()
705 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); in CopyParameter() local
707 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()
713 __ Copy(out_off, in_off, mr_conv->InterproceduralScratchRegister(), param_size); in CopyParameter()
730 FrameOffset out_off = jni_conv->CurrentParamStackOffset(); in CopyParameter() local
732 CHECK_LT(out_off.Uint32Value(), frame_size); in CopyParameter()
735 … __ CreateHandleScopeEntry(out_off, handle_scope_offset, mr_conv->InterproceduralScratchRegister(), in CopyParameter()
742 __ Store(out_off, in_reg, param_size); in CopyParameter()
747 __ StoreSpanning(out_off, in_reg, in_off, mr_conv->InterproceduralScratchRegister()); in CopyParameter()