Home
last modified time | relevance | path

Searched refs:EntryPointFromQuickCompiledCodeOffset (Results 1 – 9 of 9) sorted by relevance

/aosp12/art/tools/cpp-define-generator/
H A Dart_method.def49 … art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(art::PointerSize::k32).Int32Value())
51 … art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(art::PointerSize::k64).Int32Value())
/aosp12/art/runtime/
H A Dart_method.h487 EntryPointFromQuickCompiledCodeOffset(pointer_size), pointer_size); in GetEntryPointFromQuickCompiledCodePtrSize()
498 SetNativePointer(EntryPointFromQuickCompiledCodeOffset(pointer_size), in SetEntryPointFromQuickCompiledCodePtrSize()
514 static constexpr MemberOffset EntryPointFromQuickCompiledCodeOffset(PointerSize pointer_size) { in EntryPointFromQuickCompiledCodeOffset() function
/aosp12/art/runtime/mirror/
H A Dobject_test.cc92 ArtMethod::EntryPointFromQuickCompiledCodeOffset(PointerSize::k32). in TEST_F()
95 ArtMethod::EntryPointFromQuickCompiledCodeOffset(PointerSize::k64). in TEST_F()
/aosp12/art/runtime/jit/
H A Djit.cc1135 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kRuntimePointerSize).Int32Value(); in MapBootImageMethods()
/aosp12/art/compiler/optimizing/
H A Dcode_generator_arm64.cc4411 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in VisitInvokeInterface()
4692 MemberOffset offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in GenerateStaticOrDirectCall()
4715 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in GenerateVirtualCall()
5118 Offset offset(ArtMethod::EntryPointFromQuickCompiledCodeOffset( in EmitThunkCode()
H A Dcode_generator_arm_vixl.cc3529 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize).Int32Value(); in VisitInvokeInterface()
9296 call_code_pointer_member(ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize)); in GenerateStaticOrDirectCall()
9338 uint32_t entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall()
9630 MemberOffset offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize); in EmitThunkCode()
H A Dcode_generator_x86_64.cc1130 ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall()
1170 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall()
2840 temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64PointerSize).SizeValue())); in VisitInvokeInterface()
H A Dcode_generator_x86.cc2665 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize).Int32Value())); in VisitInvokeInterface()
5345 ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall()
5385 temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize).Int32Value())); in GenerateVirtualCall()
/aosp12/art/runtime/gc/space/
H A Dimage_space.cc2585 PointerAddress(&method, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kPointerSize)); in DoRelocateSpaces()