Lines Matching refs:IsAotCompiler
161 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()
381 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()
585 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
591 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
600 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
813 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
859 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
942 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
971 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
982 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
1020 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlinePolymorphicCall()
1746 if (!Runtime::Current()->IsAotCompiler()) { in CanEncodeInlinedMethodInStackMap()