Searched refs:handle_scope_size (Results 1 - 7 of 7) sorted by relevance

/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc156 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); local
158 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc186 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); local
188 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc262 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); local
264 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc212 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); local
214 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc190 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); local
192 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc154 size_t handle_scope_size = HandleScope::SizeOf(kFramePointerSize, ReferenceCount()); local
156 return RoundUp(frame_data_size + handle_scope_size + SizeOfReturnValue(), kStackAlignment);
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc1637 size_t handle_scope_size = HandleScope::SizeOf(num_handle_scope_references_); local
1638 size_t scope_and_method = handle_scope_size + sizeof(ArtMethod*);

Completed in 100 milliseconds