Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dart_method.def41 art::ArtMethod::EntryPointFromJniOffset(art::PointerSize::k32).Int32Value())
43 art::ArtMethod::EntryPointFromJniOffset(art::PointerSize::k64).Int32Value())
/art/compiler/jni/quick/
Djni_compiler.cc429 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/runtime/
Dart_method.h510 static constexpr MemberOffset EntryPointFromJniOffset(PointerSize pointer_size) { in EntryPointFromJniOffset() function
/art/dex2oat/linker/
Doat_writer.cc1881 ArtMethod::EntryPointFromJniOffset(pointer_size_).Uint32Value(); in VisitMethod()
/art/compiler/optimizing/
Dcode_generator_arm64.cc4656 MemberOffset offset = ArtMethod::EntryPointFromJniOffset(kArm64PointerSize); in GenerateStaticOrDirectCall()
Dcode_generator_x86_64.cc1095 ArtMethod::EntryPointFromJniOffset(kX86_64PointerSize).SizeValue())); in GenerateStaticOrDirectCall()
Dcode_generator_x86.cc5299 ArtMethod::EntryPointFromJniOffset(kX86PointerSize).Int32Value())); in GenerateStaticOrDirectCall()
Dcode_generator_arm_vixl.cc9269 call_code_pointer_member(ArtMethod::EntryPointFromJniOffset(kArmPointerSize)); in GenerateStaticOrDirectCall()