Home
last modified time | relevance | path

Searched refs:IsCompilable (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jit/
Djit.cc309 if (!method->IsCompilable()) { in CompileMethod()
1332 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodFromProfile()
1485 if (method->IsClassInitializer() || !method->IsCompilable() || method->IsPreCompiled()) { in IgnoreSamplesForMethod()
1630 if (np_method->IsCompilable()) { in MethodEntered()
/art/runtime/
Dart_method.h227 DCHECK(IsCompilable()); in SetPreCompiled()
235 bool IsCompilable() const { in IsCompilable() function
Dart_method.cc703 bool is_compilable = IsCompilable(); in SetIntrinsic()
719 DCHECK_EQ(is_compilable, IsCompilable()); in SetIntrinsic()
/art/compiler/optimizing/
Dinliner.cc437 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()
1457 if (!method->IsCompilable()) { in IsInliningAllowed()
Doptimizing_compiler.cc1225 DCHECK(method->IsCompilable()); in JitCompile()