Home
last modified time | relevance | path

Searched refs:IsAotCompiler (Results 1 – 18 of 18) sorted by relevance

/art/runtime/
Druntime.cc428 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
496 if (!IsAotCompiler()) { in Start()
896 if (IsAotCompiler()) { in Init()
906 const bool use_malloc = IsAotCompiler(); in Init()
1166 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1171 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1175 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()
1180 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()
1185 CHECK(system_class_loader_ != nullptr || IsAotCompiler()); in GetSystemClassLoader()
1446 if (IsAotCompiler()) { in CreateImtConflictMethod()
[all …]
Dart_field.cc39 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
Dsignal_catcher.cc187 !runtime->IsAotCompiler())); in Run()
Dclass_linker.cc129 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure()
135 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()
450 if (!runtime->IsAotCompiler()) { in InitWithoutImage()
912 !Runtime::Current()->IsAotCompiler()); in OpenDexFilesFromOat()
1168 if (!runtime->IsAotCompiler()) { in InitFromImage()
1189 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in InitFromImage()
1768 if (Runtime::Current()->IsAotCompiler()) { in FindClass()
2142 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasImageSpace()) { in FixupStaticTrampolines()
2194 if (runtime->IsAotCompiler()) { in LinkCode()
2277 if (Runtime::Current()->IsStarted() && !Runtime::Current()->IsAotCompiler()) { in LoadClass()
[all …]
Druntime.h113 bool IsAotCompiler() const { in IsAotCompiler() function
Dtransaction.cc36 CHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
Djava_vm_ext.cc342 !runtime->IsAotCompiler())) { in AttachCurrentThreadInternal()
Doat_file.cc742 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
Dprofiler.cc168 !runtime->IsAotCompiler())); in RunProfilerThread()
Dtrace.cc282 !runtime->IsAotCompiler())); in RunSamplingThread()
Dthread.cc675 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
Djni_internal.cc172 CHECK(Runtime::Current()->IsAotCompiler()); in GetClassLoader()
/art/runtime/jdwp/
Djdwp_main.cc441 !runtime->IsAotCompiler())); in Run()
/art/runtime/verifier/
Dmethod_verifier.cc154 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
586 if (Runtime::Current()->IsAotCompiler() || !can_load_classes_) { in Fail()
625 if (Runtime::Current()->IsAotCompiler()) { in Fail()
905 if (inst->GetVerifyIsRuntimeOnly() && Runtime::Current()->IsAotCompiler() && !verify_to_dump_) { in VerifyInstruction()
2912 if (Runtime::Current()->IsAotCompiler()) { in CodeFlowVerifyInstruction()
/art/runtime/gc/space/
Dimage_space.cc794 !Runtime::Current()->IsAotCompiler(), in OpenOatFile()
/art/runtime/gc/collector/
Dconcurrent_copying.cc213 CHECK(Runtime::Current()->IsAotCompiler()); in Run()
/art/compiler/driver/
Dcompiler_driver.cc998 if (!runtime->IsAotCompiler()) { in CanAssumeClassIsLoaded()
/art/runtime/gc/
Dheap.cc715 if (!Runtime::Current()->IsAotCompiler()) { in IsCompilingBoot()