Lines Matching refs:IsAotCompiler
160 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()
349 if (Runtime::Current()->IsAotCompiler()) { in FindMethodFromCHA()
549 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
553 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
561 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
716 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
737 DCHECK(Runtime::Current()->IsAotCompiler() || resolved_method != nullptr); in ResolveMethodFromInlineCache()
765 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
847 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
876 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
887 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
931 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlinePolymorphicCall()
1690 if (!Runtime::Current()->IsAotCompiler()) { in CanEncodeInlinedMethodInStackMap()