HomeSort by relevance Sort by last modified time
    Searched refs:handle_scope_size (Results 1 - 7 of 7) sorted by null

  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 190 size_t handle_scope_size = HandleScope::SizeOf(kMips64PointerSize, ReferenceCount()); local
195 total_size += handle_scope_size; // Handle scope size.
  /art/compiler/jni/quick/arm64/
calling_convention_arm64.cc 271 size_t handle_scope_size = HandleScope::SizeOf(kArm64PointerSize, ReferenceCount()); local
276 total_size += handle_scope_size; // handle scope size
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 349 const size_t handle_scope_size = HandleScope::SizeOf(kMipsPointerSize, ReferenceCount()); local
354 total_size += handle_scope_size; // Handle scope size.
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 226 const size_t handle_scope_size = HandleScope::SizeOf(kX86PointerSize, ReferenceCount()); local
231 total_size += handle_scope_size; // handle scope size
  /art/compiler/jni/quick/x86_64/
calling_convention_x86_64.cc 208 const size_t handle_scope_size = HandleScope::SizeOf(kX86_64PointerSize, ReferenceCount()); local
213 total_size += handle_scope_size; // handle scope size
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 398 const size_t handle_scope_size = HandleScope::SizeOf(kArmPointerSize, ReferenceCount()); local
403 total_size += handle_scope_size; // handle scope size
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints.cc 1798 size_t handle_scope_size = HandleScope::SizeOf(num_handle_scope_references_); local
    [all...]

Completed in 106 milliseconds