Home
last modified time | relevance | path

Searched refs:return_save_location (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/compiler/jni/quick/
H A Djni_compiler.cc463 FrameOffset return_save_location = in ArtJniCompileMethodInternal() local
469 CHECK_LT(return_save_location.Uint32Value(), current_frame_size); in ArtJniCompileMethodInternal()
470 __ Store(return_save_location, in ArtJniCompileMethodInternal()
503 return_save_location = FrameOffset(return_save_location.SizeValue() + out_arg_size_diff); in ArtJniCompileMethodInternal()
568 __ Load(mr_conv->ReturnRegister(), return_save_location, mr_conv->SizeOfReturnValue()); in ArtJniCompileMethodInternal()