Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit_code_cache.cc352 if (method->IsPreCompiled()) { in GetSavedEntryPointOfPreCompiledMethod()
758 if (method->IsPreCompiled() && IsSharedRegion(*region)) { in Commit()
769 DCHECK(method->IsPreCompiled()); in Commit()
934 DCHECK(!method->IsPreCompiled()); in TransitionToDebuggable()
945 DCHECK(!method->IsPreCompiled()); in TransitionToDebuggable()
1901 if (method->IsPreCompiled()) { in InvalidateCompiledCodeFor()
Djit.cc1335 if (method->IsPreCompiled()) { in CompileMethodFromProfile()
1485 if (method->IsClassInitializer() || !method->IsCompilable() || method->IsPreCompiled()) { in IgnoreSamplesForMethod()
1513 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.cc2851 if (m.IsPreCompiled()) { in operator ()()