Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dart_method.def32 … art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(art::PointerSize::k32).Int32Value())
34 … art::ArtMethod::EntryPointFromQuickCompiledCodeOffset(art::PointerSize::k64).Int32Value())
/art/runtime/
Dart_method.h474 EntryPointFromQuickCompiledCodeOffset(pointer_size), pointer_size); in GetEntryPointFromQuickCompiledCodePtrSize()
485 SetNativePointer(EntryPointFromQuickCompiledCodeOffset(pointer_size), in SetEntryPointFromQuickCompiledCodePtrSize()
501 static constexpr MemberOffset EntryPointFromQuickCompiledCodeOffset(PointerSize pointer_size) { in EntryPointFromQuickCompiledCodeOffset() function
/art/runtime/mirror/
Dobject_test.cc92 ArtMethod::EntryPointFromQuickCompiledCodeOffset(PointerSize::k32). in TEST_F()
95 ArtMethod::EntryPointFromQuickCompiledCodeOffset(PointerSize::k64). in TEST_F()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4312 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in VisitInvokeInterface()
4534 call_code_pointer_member(ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize)); in GenerateStaticOrDirectCall()
4553 Offset entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArm64PointerSize); in GenerateVirtualCall()
4909 Offset offset(ArtMethod::EntryPointFromQuickCompiledCodeOffset( in EmitThunkCode()
Dcode_generator_arm_vixl.cc3497 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize).Int32Value(); in VisitInvokeInterface()
9164 call_code_pointer_member(ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize)); in GenerateStaticOrDirectCall()
9206 uint32_t entry_point = ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall()
9460 MemberOffset offset = ArtMethod::EntryPointFromQuickCompiledCodeOffset(kArmPointerSize); in EmitThunkCode()
Dcode_generator_x86_64.cc1089 ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall()
1129 __ call(Address(temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateVirtualCall()
2753 temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86_64PointerSize).SizeValue())); in VisitInvokeInterface()
Dcode_generator_x86.cc2479 ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize).Int32Value())); in VisitInvokeInterface()
5117 ArtMethod::EntryPointFromQuickCompiledCodeOffset( in GenerateStaticOrDirectCall()
5157 temp, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kX86PointerSize).Int32Value())); in GenerateVirtualCall()
/art/runtime/gc/space/
Dimage_space.cc2878 PointerAddress(&method, ArtMethod::EntryPointFromQuickCompiledCodeOffset(kPointerSize)); in DoRelocateSpaces()