Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h381 const void* GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method)
Djit.cc1510 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeCompileMethod()
Djit_code_cache.cc346 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() function in art::jit::JitCodeCache