Home
last modified time | relevance | path

Searched refs:IsAotCompiler (Results 26 – 38 of 38) sorted by relevance

12

/art/runtime/jni/
Djava_vm_ext.cc469 !runtime->IsAotCompiler())) { in AttachCurrentThreadInternal()
Djni_internal.cc251 CHECK(Runtime::Current()->IsAotCompiler()); in GetClassLoader()
/art/runtime/
Dthread.cc1320 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
4263 bool Thread::IsAotCompiler() { in IsAotCompiler() function in art::Thread
4264 return Runtime::Current()->IsAotCompiler(); in IsAotCompiler()
/art/runtime/gc/
Dheap.cc424 /*executable=*/ !runtime->IsAotCompiler(), in Heap()
453 if (foreground_collector_type_ == kCollectorTypeMS && Runtime::Current()->IsAotCompiler()) { in Heap()
863 if (!Runtime::Current()->IsAotCompiler()) { in IsCompilingBoot()
/art/runtime/verifier/
Dverifier_deps.cc197 if (!Runtime::Current()->IsAotCompiler()) { in GetThreadLocalVerifierDeps()
/art/runtime/interpreter/
Dinterpreter_common.cc1244 DCHECK(!Runtime::Current()->IsAotCompiler()) << "Compiler should use interpreter entrypoint"; in DoCallCommon()
/art/compiler/optimizing/
Dinstruction_builder.cc875 DCHECK(Runtime::Current()->IsAotCompiler()); in ResolveMethod()
1372 if (compiler_options.IsAotCompiler()) { in IsInitialized()
Dcode_generator.cc891 DCHECK(runtime->IsAotCompiler()); in GetBootImageOffsetImpl()
Dcode_generator_x86.cc1099 if (GetGraph()->IsCompilingBaseline() && !Runtime::Current()->IsAotCompiler()) { in MaybeIncrementHotness()
2372 if (GetGraph()->IsCompilingBaseline() && !Runtime::Current()->IsAotCompiler()) { in VisitInvokeVirtual()
2400 if (GetGraph()->IsCompilingBaseline() && !Runtime::Current()->IsAotCompiler()) { in VisitInvokeInterface()
2413 !Runtime::Current()->IsAotCompiler()) { in MaybeGenerateInlineCacheCheck()
Dcode_generator_arm64.cc1143 if (GetGraph()->IsCompilingBaseline() && !Runtime::Current()->IsAotCompiler()) { in MaybeIncrementHotness()
4287 !Runtime::Current()->IsAotCompiler()) { in MaybeGenerateInlineCacheCheck()
Dcode_generator_x86_64.cc1418 if (GetGraph()->IsCompilingBaseline() && !Runtime::Current()->IsAotCompiler()) { in MaybeIncrementHotness()
2691 !Runtime::Current()->IsAotCompiler()) { in MaybeGenerateInlineCacheCheck()
Dcode_generator_arm_vixl.cc2106 if (GetGraph()->IsCompilingBaseline() && !Runtime::Current()->IsAotCompiler()) { in MaybeIncrementHotness()
3435 !Runtime::Current()->IsAotCompiler()) { in MaybeGenerateInlineCacheCheck()
/art/runtime/gc/collector/
Dconcurrent_copying.cc552 CHECK(Runtime::Current()->IsAotCompiler()); in Run()

12