Home
last modified time | relevance | path

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

/art/runtime/jit/
Djit.cc792 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodsFromProfile()
819 if (method->IsClassInitializer() || !method->IsCompilable()) { in IgnoreSamplesForMethod()
937 if (np_method->IsCompilable()) { in MethodEntered()
/art/runtime/
Dart_method.cc707 bool is_compilable = IsCompilable(); in SetIntrinsic()
723 DCHECK_EQ(is_compilable, IsCompilable()); in SetIntrinsic()
Dart_method.h214 bool IsCompilable() { in IsCompilable() function
/art/compiler/optimizing/
Dinliner.cc438 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()
1503 if (!method->IsCompilable()) { in TryBuildAndInline()
Doptimizing_compiler.cc1259 DCHECK(method->IsCompilable()); in JitCompile()