Searched refs:GetSavedEntryPointOfPreCompiledMethod (Results 1 – 3 of 3) sorted by relevance
381 const void* GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method)
1510 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeCompileMethod()
346 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() function in art::jit::JitCodeCache