Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dart_method.h566 return GetEntryPointFromJniPtrSize(kRuntimePointerSize); in GetEntryPointFromJni()
569 ALWAYS_INLINE void* GetEntryPointFromJniPtrSize(PointerSize pointer_size) const { in GetEntryPointFromJniPtrSize() function
H A Dart_method-inl.h390 const void* old_native_code = GetEntryPointFromJniPtrSize(pointer_size); in UpdateEntrypoints()
/aosp12/art/oatdump/
H A Doatdump.cc2115 method->GetEntryPointFromJniPtrSize(image_header_.GetPointerSize()); in DumpMethod()