Searched refs:frame_data_size (Results 1 - 6 of 6) sorted by path

/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc260 size_t frame_data_size = kArmPointerSize + (2 + CalleeSaveRegisters().size()) * kFramePointerSize; local
264 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc209 size_t frame_data_size = kFramePointerSize + local
214 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc151 size_t frame_data_size = kMipsPointerSize + local
156 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc152 size_t frame_data_size = kFramePointerSize + local
157 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc183 size_t frame_data_size = kX86PointerSize + local
188 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc152 size_t frame_data_size = kX86_64PointerSize + local
157 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);

Completed in 362 milliseconds