Searched refs:SizeOfReturnValue (Results 1 – 8 of 8) sorted by relevance
/art/compiler/jni/quick/ |
D | jni_compiler.cc | 377 if (main_jni_conv->SizeOfReturnValue() != 0 && !reference_return) { in ArtJniCompileMethodInternal() 385 …_ Store(return_save_location, main_jni_conv->ReturnRegister(), main_jni_conv->SizeOfReturnValue()); in ArtJniCompileMethodInternal() 460 if (main_jni_conv->SizeOfReturnValue() != 0 && !reference_return) { in ArtJniCompileMethodInternal() 461 __ Load(mr_conv->ReturnRegister(), return_save_location, mr_conv->SizeOfReturnValue()); in ArtJniCompileMethodInternal()
|
D | calling_convention.h | 37 size_t SizeOfReturnValue() const { in SizeOfReturnValue() function
|
/art/compiler/jni/quick/x86/ |
D | calling_convention_x86.cc | 188 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment); in FrameSize()
|
/art/compiler/jni/quick/mips64/ |
D | calling_convention_mips64.cc | 157 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment); in FrameSize()
|
/art/compiler/jni/quick/mips/ |
D | calling_convention_mips.cc | 156 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment); in FrameSize()
|
/art/compiler/jni/quick/x86_64/ |
D | calling_convention_x86_64.cc | 157 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment); in FrameSize()
|
/art/compiler/jni/quick/arm64/ |
D | calling_convention_arm64.cc | 214 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment); in FrameSize()
|
/art/compiler/jni/quick/arm/ |
D | calling_convention_arm.cc | 264 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment); in FrameSize()
|