Lines Matching refs:IsAotCompiler
161 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()
381 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()
595 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
601 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
610 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
820 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
866 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
949 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
978 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
989 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
1027 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlinePolymorphicCall()
1785 if (!Runtime::Current()->IsAotCompiler()) { in CanEncodeInlinedMethodInStackMap()