Searched refs:IsCompilable (Results 1 – 7 of 7) sorted by relevance
194 method->IsCompilable() && in CanMethodUseNterp()
246 DCHECK(IsCompilable()); in SetPreCompiled()254 bool IsCompilable() const { in IsCompilable() function
680 bool is_compilable = IsCompilable(); in SetIntrinsic()696 DCHECK_EQ(is_compilable, IsCompilable()); in SetIntrinsic()
311 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()
406 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()1331 if (!method->IsCompilable()) { in IsInliningAllowed()
1242 DCHECK(method->IsCompilable()); in JitCompile()
372 !method->IsCompilable() || in Execute()