Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h375 const void* GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method)
Djit.cc1503 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeCompileMethod()
Djit_code_cache.cc325 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() function in art::jit::JitCodeCache
/art/runtime/
Dclass_linker.cc3333 code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetQuickOatCodeFor()
3468 quick_code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in FixupStaticTrampolines()