Home
last modified time | relevance | path

Searched refs:IsCompiler (Results 1 – 17 of 17) sorted by relevance

/art/runtime/
Druntime.cc821 } else if (!IsCompiler() || !image_dex2oat_enabled_) { in Init()
950 CHECK(main_thread_group_ != NULL || IsCompiler()); in InitThreadGroups()
955 CHECK(system_thread_group_ != NULL || IsCompiler()); in InitThreadGroups()
959 CHECK(main_thread_group_ != NULL || IsCompiler()); in GetMainThreadGroup()
964 CHECK(system_thread_group_ != NULL || IsCompiler()); in GetSystemThreadGroup()
969 CHECK(system_class_loader_ != NULL || IsCompiler()); in GetSystemClassLoader()
1214 if (runtime->IsCompiler()) { in CreateImtConflictMethod()
1238 if (runtime->IsCompiler()) { in CreateResolutionMethod()
1357 DCHECK(IsCompiler()); in EnterTransactionMode()
1364 DCHECK(IsCompiler()); in ExitTransactionMode()
[all …]
Dsignal_catcher.cc200 !runtime->IsCompiler())); in Run()
Druntime.h93 bool IsCompiler() const { in IsCompiler() function
98 return !IsCompiler() || compiler_callbacks_->IsRelocationPossible(); in CanRelocate()
Dclass_linker.cc95 if (!Runtime::Current()->IsCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure()
372 if (!runtime->IsCompiler()) { in InitWithoutImage()
984 !Runtime::Current()->IsCompiler(), in FindOatFileInOatLocationForDexFile()
1056 !Runtime::Current()->IsCompiler(), in CreateOatFileForDexLocation()
1303 bool executable = !runtime->IsCompiler(); in OpenOatFileFromDexLocation()
1473 !runtime->IsCompiler(), error_msg)); in PatchAndRetrieveOat()
1487 } else if (!runtime->IsCompiler()) { in PatchAndRetrieveOat()
1573 …turn OatFile::Open(oat_location, oat_location, nullptr, nullptr, !Runtime::Current()->IsCompiler(), in FindOatFileFromOatLocation()
1659 if (!Runtime::Current()->IsCompiler()) { in InitFromImage()
2554 if (runtime->IsCompiler() || runtime->GetHeap()->HasImageSpace()) { in FixupStaticTrampolines()
[all …]
Dtransaction.cc34 CHECK(Runtime::Current()->IsCompiler()); in Transaction()
Doat_file.cc579 Runtime::Current()->IsCompiler()) { in GetOatMethod()
Dtrace.cc299 !runtime->IsCompiler())); in RunSamplingThread()
Dprofiler.cc168 !runtime->IsCompiler())); in RunProfilerThread()
Dthread.cc559 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsCompiler(); in InitStackHwm()
Djni_internal.cc341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) { in JII_AttachCurrentThread()
/art/runtime/mirror/
Dart_field.cc47 if (kIsDebugBuild && Runtime::Current()->IsCompiler() && in SetOffset()
/art/runtime/jdwp/
Djdwp_main.cc410 !runtime->IsCompiler())); in Run()
/art/compiler/
Delf_patcher.cc46 CHECK(Runtime::Current()->IsCompiler()); in Patch()
/art/runtime/quick/
Dinline_method_analyser.cc90 DCHECK_EQ(Runtime::Current()->IsCompiler(), method != nullptr); in AnalyseMethodCode()
/art/runtime/verifier/
Dmethod_verifier.cc131 if (Runtime::Current()->IsCompiler()) { in VerifyClass()
477 if (result && Runtime::Current()->IsCompiler()) { in Verify()
493 if (Runtime::Current()->IsCompiler() || !can_load_classes_) { in Fail()
517 if (Runtime::Current()->IsCompiler()) { in Fail()
775 if (inst->GetVerifyIsRuntimeOnly() && Runtime::Current()->IsCompiler() && !verify_to_dump_) { in VerifyInstruction()
2733 if (Runtime::Current()->IsCompiler()) { in CodeFlowVerifyInstruction()
/art/runtime/gc/space/
Dimage_space.cc746 !Runtime::Current()->IsCompiler(), error_msg); in OpenOatFile()
/art/runtime/gc/
Dheap.cc636 if (!Runtime::Current()->IsCompiler()) { in IsCompilingBoot()