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

/art/compiler/jni/quick/mips64/
H A Dcalling_convention_mips64.cc191 size_t handle_scope_size = HandleScope::SizeOf(kMips64PointerSize, ReferenceCount()); local
196 total_size += handle_scope_size; // Handle scope size.
/art/compiler/jni/quick/arm64/
H A Dcalling_convention_arm64.cc281 size_t handle_scope_size = HandleScope::SizeOf(kArm64PointerSize, ReferenceCount()); local
286 total_size += handle_scope_size; // handle scope size
/art/compiler/jni/quick/mips/
H A Dcalling_convention_mips.cc350 const size_t handle_scope_size = HandleScope::SizeOf(kMipsPointerSize, ReferenceCount()); local
355 total_size += handle_scope_size; // Handle scope size.
/art/compiler/jni/quick/x86/
H A Dcalling_convention_x86.cc227 const size_t handle_scope_size = HandleScope::SizeOf(kX86PointerSize, ReferenceCount()); local
232 total_size += handle_scope_size; // handle scope size
/art/compiler/jni/quick/x86_64/
H A Dcalling_convention_x86_64.cc209 const size_t handle_scope_size = HandleScope::SizeOf(kX86_64PointerSize, ReferenceCount()); local
214 total_size += handle_scope_size; // handle scope size
/art/compiler/jni/quick/arm/
H A Dcalling_convention_arm.cc374 const size_t handle_scope_size = HandleScope::SizeOf(kArmPointerSize, ReferenceCount()); local
379 total_size += handle_scope_size; // handle scope size
/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc2006 size_t handle_scope_size = HandleScope::SizeOf(num_handle_scope_references_); local
2007 size_t scope_and_method = handle_scope_size + sizeof(ArtMethod*);

Completed in 165 milliseconds