Home
last modified time | relevance | path

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

/art/runtime/
Dart_method.h535 SetEntryPointFromJniPtrSize(entrypoint, kRuntimePointerSize); in SetEntryPointFromJni()
538 ALWAYS_INLINE void SetEntryPointFromJniPtrSize(const void* entrypoint, PointerSize pointer_size) { in SetEntryPointFromJniPtrSize() function
Dart_method-inl.h392 SetEntryPointFromJniPtrSize(new_native_code, pointer_size); in UpdateEntrypoints()
/art/dex2oat/linker/
Dimage_writer.cc3469 copy->SetEntryPointFromJniPtrSize( in CopyAndFixupMethod()