Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dnterp_helpers.cc194 method->IsCompilable() && in CanMethodUseNterp()
H A Dart_method.h246 DCHECK(IsCompilable()); in SetPreCompiled()
254 bool IsCompilable() const { in IsCompilable() function
H A Dart_method.cc680 bool is_compilable = IsCompilable(); in SetIntrinsic()
696 DCHECK_EQ(is_compilable, IsCompilable()); in SetIntrinsic()
/aosp12/art/runtime/jit/
H A Djit.cc311 if (!method->IsCompilable()) { in CompileMethod()
1319 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodFromProfile()
1473 if (method->IsClassInitializer() || !method->IsCompilable() || method->IsPreCompiled()) { in IgnoreSamplesForMethod()
1587 if (np_method->IsCompilable()) { in MethodEntered()
/aosp12/art/compiler/optimizing/
H A Dinliner.cc406 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()
1331 if (!method->IsCompilable()) { in IsInliningAllowed()
H A Doptimizing_compiler.cc1242 DCHECK(method->IsCompilable()); in JitCompile()
/aosp12/art/runtime/interpreter/
H A Dinterpreter.cc372 !method->IsCompilable() || in Execute()