Searched refs:SizeOfReturnValue (Results 1 - 8 of 8) sorted by relevance

/art/compiler/jni/quick/
H A Djni_compiler.cc385 if (main_jni_conv->SizeOfReturnValue() != 0 && !reference_return) {
393 __ Store(return_save_location, main_jni_conv->ReturnRegister(), main_jni_conv->SizeOfReturnValue());
468 if (main_jni_conv->SizeOfReturnValue() != 0 && !reference_return) {
469 __ Load(mr_conv->ReturnRegister(), return_save_location, mr_conv->SizeOfReturnValue());
H A Dcalling_convention.h39 size_t SizeOfReturnValue() const { function in class:art::CallingConvention
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc158 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc188 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc264 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc214 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc192 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc156 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);

Completed in 16 milliseconds