Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc326 if (method->IsPreCompiled()) { in GetSavedEntryPointOfPreCompiledMethod()
739 if (method->IsPreCompiled() && IsSharedRegion(*region)) { in Commit()
750 DCHECK(method->IsPreCompiled()); in Commit()
901 DCHECK(!method->IsPreCompiled()); in TransitionToDebuggable()
912 DCHECK(!method->IsPreCompiled()); in TransitionToDebuggable()
1757 if (method->IsPreCompiled()) { in InvalidateCompiledCodeFor()
Djit.cc1321 if (method->IsPreCompiled()) { in CompileMethodFromProfile()
1472 if (method->IsClassInitializer() || !method->IsCompilable() || method->IsPreCompiled()) { in IgnoreSamplesForMethod()
1500 if (UNLIKELY(method->IsPreCompiled()) && !with_backedges /* don't check for OSR */) { in MaybeCompileMethod()
/art/runtime/
Dart_method.h234 bool IsPreCompiled() const { in IsPreCompiled() function
259 if (IsPreCompiled()) { in IsCompilable()
Druntime.cc3082 if (m.IsPreCompiled()) { in operator ()()