Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.h389 const void* GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method)
Djit.cc1701 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeEnqueueCompilation()
Djit_code_cache.cc333 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() function in art::jit::JitCodeCache
/art/runtime/
Dinstrumentation.cc338 const void* code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetOptimizedCodeFor()