Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h492 static MemberOffset EntryPointFromJniOffset(size_t pointer_size) { in EntryPointFromJniOffset() function
524 return EntryPointFromJniOffset(sizeof(void*)); in ProfilingInfoOffset()
532 return GetNativePointer<void*>(EntryPointFromJniOffset(pointer_size), pointer_size); in GetEntryPointFromJniPtrSize()
541 SetNativePointer(EntryPointFromJniOffset(pointer_size), entrypoint, pointer_size); in SetEntryPointFromJniPtrSize()
Dasm_support.h311 art::ArtMethod::EntryPointFromJniOffset(4).Int32Value()) in CheckAsmSupportOffsetsAndSizes()
315 art::ArtMethod::EntryPointFromJniOffset(8).Int32Value()) in CheckAsmSupportOffsetsAndSizes()
/art/compiler/jni/quick/
Djni_compiler.cc365 MemberOffset jni_entrypoint_offset = ArtMethod::EntryPointFromJniOffset( in ArtJniCompileMethodInternal()