Searched refs:GetSavedEntryPointOfPreCompiledMethod (Results 1 – 4 of 4) sorted by relevance
375 const void* GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method)
1503 const void* entry_point = code_cache_->GetSavedEntryPointOfPreCompiledMethod(method); in MaybeCompileMethod()
325 const void* JitCodeCache::GetSavedEntryPointOfPreCompiledMethod(ArtMethod* method) { in GetSavedEntryPointOfPreCompiledMethod() function in art::jit::JitCodeCache
3333 code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in GetQuickOatCodeFor()3468 quick_code = jit->GetCodeCache()->GetSavedEntryPointOfPreCompiledMethod(method); in FixupStaticTrampolines()