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

  /art/runtime/
art_method.h 406 EntryPointFromQuickCompiledCodeOffset(pointer_size), pointer_size);
415 SetNativePointer(EntryPointFromQuickCompiledCodeOffset(pointer_size),
442 static MemberOffset EntryPointFromQuickCompiledCodeOffset(PointerSize pointer_size) {
  /art/runtime/generated/
asm_support_gen.h 68 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_QUICK_CODE_OFFSET_32), (static_cast<int32_t>(art::ArtMethod:: EntryPointFromQuickCompiledCodeOffset(art::PointerSize::k32).Int32Value())))
70 DEFINE_CHECK_EQ(static_cast<int32_t>(ART_METHOD_QUICK_CODE_OFFSET_64), (static_cast<int32_t>(art::ArtMethod:: EntryPointFromQuickCompiledCodeOffset(art::PointerSize::k64).Int32Value())))
  /art/compiler/linker/arm/
relative_patcher_thumb2.cc 367 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize).Int32Value());
  /art/runtime/mirror/
object_test.cc 90 ArtMethod::EntryPointFromQuickCompiledCodeOffset(PointerSize::k32).
93 ArtMethod::EntryPointFromQuickCompiledCodeOffset(PointerSize::k64).
  /art/compiler/linker/arm64/
relative_patcher_arm64.cc 515 Offset offset(ArtMethod::EntryPointFromQuickCompiledCodeOffset(
  /art/compiler/optimizing/
code_generator_arm64.cc     [all...]
code_generator_mips64.cc     [all...]
code_generator_arm_vixl.cc     [all...]
code_generator_mips.cc     [all...]
code_generator_x86.cc     [all...]
code_generator_x86_64.cc     [all...]

Completed in 3063 milliseconds