Searched refs:IsCompilable (Results 1 – 5 of 5) sorted by relevance
792 if (!method->IsCompilable() || !method->IsInvokable()) { in CompileMethodsFromProfile()819 if (method->IsClassInitializer() || !method->IsCompilable()) { in IgnoreSamplesForMethod()937 if (np_method->IsCompilable()) { in MethodEntered()
707 bool is_compilable = IsCompilable(); in SetIntrinsic()723 DCHECK_EQ(is_compilable, IsCompilable()); in SetIntrinsic()
214 bool IsCompilable() { in IsCompilable() function
438 if (!method->IsCompilable() || IsMethodUnverified(compiler_options, method)) { in AlwaysThrows()1503 if (!method->IsCompilable()) { in TryBuildAndInline()
1259 DCHECK(method->IsCompilable()); in JitCompile()