Home
last modified time | relevance | path

Searched refs:GetZygoteSavedEntryPoint (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Djit_code_cache.h271 const void* GetZygoteSavedEntryPoint(ArtMethod* method)
Djit_code_cache.cc548 const void* JitCodeCache::GetZygoteSavedEntryPoint(ArtMethod* method) { in GetZygoteSavedEntryPoint() function in art::jit::JitCodeCache
/art/runtime/entrypoints/quick/
Dquick_trampoline_entrypoints.cc1491 code = Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteSavedEntryPoint(called); in artQuickResolutionTrampoline()
/art/runtime/
Dclass_linker.cc3451 quick_code = Runtime::Current()->GetJit()->GetCodeCache()->GetZygoteSavedEntryPoint(method); in FixupStaticTrampolines()