Searched refs:IsCompilable (Results 1 – 5 of 5) sorted by relevance
309 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()
227 DCHECK(IsCompilable()); in SetPreCompiled()235 bool IsCompilable() const { in IsCompilable() function
703 bool is_compilable = IsCompilable(); in SetIntrinsic()719 DCHECK_EQ(is_compilable, IsCompilable()); in SetIntrinsic()
437 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()1457 if (!method->IsCompilable()) { in IsInliningAllowed()
1225 DCHECK(method->IsCompilable()); in JitCompile()