Lines Matching refs:IsAotCompiler
169 Runtime::Current()->IsAotCompiler() && in Run()
365 if (Runtime::Current()->IsAotCompiler()) { in FindMethodFromCHA()
408 if (Runtime::Current()->IsAotCompiler()) { in IsMethodVerified()
624 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
628 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
636 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
821 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
849 DCHECK(Runtime::Current()->IsAotCompiler() || resolved_method != nullptr); in ResolveMethodFromInlineCache()
877 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
961 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
990 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
1001 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
1045 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlinePolymorphicCall()
1891 if (!Runtime::Current()->IsAotCompiler()) { in CanEncodeInlinedMethodInStackMap()