Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc347 if (method->IsPreCompiled()) { in GetSavedEntryPointOfPreCompiledMethod()
719 if (method->IsPreCompiled() && IsSharedRegion(*region)) { in Commit()
731 DCHECK(method->IsPreCompiled()); in Commit()
895 DCHECK(!method->IsPreCompiled()); in TransitionToDebuggable()
906 DCHECK(!method->IsPreCompiled()); in TransitionToDebuggable()
1795 if (method->IsPreCompiled()) { in InvalidateCompiledCodeFor()
Djit.cc1330 if (method->IsPreCompiled()) { in CompileMethodFromProfile()
1479 if (method->IsClassInitializer() || !method->IsCompilable() || method->IsPreCompiled()) { in IgnoreSamplesForMethod()
1507 if (UNLIKELY(method->IsPreCompiled()) && !with_backedges /* don't check for OSR */) { in MaybeCompileMethod()
/art/runtime/
Dart_method.h216 bool IsPreCompiled() const { in IsPreCompiled() function
240 if (IsPreCompiled()) { in IsCompilable()
Druntime.cc2855 if (m.IsPreCompiled()) { in operator ()()