Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dart_method.def28 art::ArtMethod::EntryPointFromJniOffset(art::PointerSize::k32).Int32Value())
30 art::ArtMethod::EntryPointFromJniOffset(art::PointerSize::k64).Int32Value())
/art/compiler/jni/quick/
Djni_compiler.cc522 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()
/art/runtime/
Dart_method.h497 static constexpr MemberOffset EntryPointFromJniOffset(PointerSize pointer_size) { in EntryPointFromJniOffset() function
/art/compiler/optimizing/
Dcode_generator_arm64.cc4503 call_code_pointer_member(ArtMethod::EntryPointFromJniOffset(kArm64PointerSize)); in GenerateStaticOrDirectCall()
Dcode_generator_x86_64.cc1055 ArtMethod::EntryPointFromJniOffset(kX86_64PointerSize).SizeValue())); in GenerateStaticOrDirectCall()
Dcode_generator_x86.cc5072 ArtMethod::EntryPointFromJniOffset(kX86PointerSize).Int32Value())); in GenerateStaticOrDirectCall()
Dcode_generator_arm_vixl.cc9137 call_code_pointer_member(ArtMethod::EntryPointFromJniOffset(kArmPointerSize)); in GenerateStaticOrDirectCall()