Home
last modified time | relevance | path

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

/art/tools/cpp-define-generator/
Dart_method.def26 art::ArtMethod::EntryPointFromJniOffset(art::PointerSize::k32).Int32Value())
28 art::ArtMethod::EntryPointFromJniOffset(art::PointerSize::k64).Int32Value())
/art/runtime/
Dart_method.h457 static constexpr MemberOffset EntryPointFromJniOffset(PointerSize pointer_size) { in EntryPointFromJniOffset() function
/art/compiler/jni/quick/
Djni_compiler.cc498 ArtMethod::EntryPointFromJniOffset(InstructionSetPointerSize(instruction_set)); in ArtJniCompileMethodInternal()