Lines Matching refs:Runtime

160       honor_noinline_directives && Runtime::Current()->IsAotCompiler();  in Run()
245 ClassLinker* cl = Runtime::Current()->GetClassLinker(); in FindVirtualOrInterfaceTarget()
330 Runtime::Current()->GetJit()->GetCodeCache()->NotifyCompilerUse(method, self)) { in ScopedProfilingInfoInlineUse()
335 PointerSize pointer_size = Runtime::Current()->GetClassLinker()->GetImagePointerSize(); in ~ScopedProfilingInfoInlineUse()
337 Runtime::Current()->GetJit()->GetCodeCache()->DoneCompilerUse(method_, self_); in ~ScopedProfilingInfoInlineUse()
380 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()
384 if (Runtime::Current()->IsZygote()) { in TryCHADevirtualization()
602 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
608 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
617 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
693 Runtime::Current()->GetJit()->GetCodeCache()->CopyInlineCacheInto( in GetInlineCacheJIT()
827 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
874 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
956 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
985 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
996 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
1034 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlinePolymorphicCall()
1719 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateInstanceFieldGet()
1754 ClassLinker* class_linker = Runtime::Current()->GetClassLinker(); in CreateInstanceFieldSet()
1787 if (!Runtime::Current()->IsAotCompiler()) { in CanEncodeInlinedMethodInStackMap()