Searched refs:IsCompilable (Results 1 – 5 of 5) sorted by relevance
429 bool is_compilable = IsCompilable(); in SetIntrinsic()441 DCHECK_EQ(is_compilable, IsCompilable()); in SetIntrinsic()
212 bool IsCompilable() { in IsCompilable() function
618 if (method->IsClassInitializer() || method->IsNative() || !method->IsCompilable()) { in AddSamples()
1144 DCHECK(method->IsCompilable()); in JitCompile()
1351 if (!method->IsCompilable()) { in TryBuildAndInline()