Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc805 } else if (!IsCompiler() || !image_dex2oat_enabled_) { in Init()
935 CHECK(main_thread_group_ != NULL || IsCompiler()); in InitThreadGroups()
940 CHECK(system_thread_group_ != NULL || IsCompiler()); in InitThreadGroups()
944 CHECK(main_thread_group_ != NULL || IsCompiler()); in GetMainThreadGroup()
949 CHECK(system_thread_group_ != NULL || IsCompiler()); in GetSystemThreadGroup()
954 CHECK(system_class_loader_ != NULL || IsCompiler()); in GetSystemClassLoader()
1211 if (runtime->IsCompiler()) { in CreateImtConflictMethod()
1235 if (runtime->IsCompiler()) { in CreateResolutionMethod()
1354 DCHECK(IsCompiler()); in EnterTransactionMode()
1361 DCHECK(IsCompiler()); in ExitTransactionMode()
[all …]
Dsignal_catcher.cc194 !runtime->IsCompiler())); in Run()
Druntime.h93 bool IsCompiler() const { in IsCompiler() function
98 return !IsCompiler() || compiler_callbacks_->IsRelocationPossible(); in CanRelocate()
Dclass_linker.cc94 if (!Runtime::Current()->IsCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure()
380 if (!runtime->IsCompiler()) { in InitWithoutImage()
968 !Runtime::Current()->IsCompiler(), in FindOatFileInOatLocationForDexFile()
1040 !Runtime::Current()->IsCompiler(), in CreateOatFileForDexLocation()
1283 bool executable = !runtime->IsCompiler(); in OpenOatFileFromDexLocation()
1449 !Runtime::Current()->IsCompiler(), error_msg)); in PatchAndRetrieveOat()
1462 } else if (!Runtime::Current()->IsCompiler()) { in PatchAndRetrieveOat()
1557 return OatFile::Open(oat_location, oat_location, nullptr, !Runtime::Current()->IsCompiler(), in FindOatFileFromOatLocation()
2518 if (runtime->IsCompiler() || runtime->GetHeap()->HasImageSpace()) { in FixupStaticTrampolines()
2594 if (Runtime::Current()->IsCompiler()) { in LinkCode()
[all …]
Dtransaction.cc34 CHECK(Runtime::Current()->IsCompiler()); in Transaction()
Doat_file.cc572 Runtime::Current()->IsCompiler()) { in GetOatMethod()
Dtrace.cc299 !runtime->IsCompiler())); in RunSamplingThread()
Dprofiler.cc168 !runtime->IsCompiler())); in RunProfilerThread()
Dthread.cc547 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.cc114 if (Runtime::Current()->IsCompiler()) { in VerifyClass()
460 if (result && Runtime::Current()->IsCompiler()) { in Verify()
476 if (Runtime::Current()->IsCompiler() || !can_load_classes_) { in Fail()
500 if (Runtime::Current()->IsCompiler()) { in Fail()
758 if (inst->GetVerifyIsRuntimeOnly() && Runtime::Current()->IsCompiler() && !verify_to_dump_) { in VerifyInstruction()
2698 if (Runtime::Current()->IsCompiler()) { in CodeFlowVerifyInstruction()
/art/runtime/gc/space/
Dimage_space.cc669 !Runtime::Current()->IsCompiler(), error_msg); in OpenOatFile()
/art/runtime/gc/
Dheap.cc616 if (!Runtime::Current()->IsCompiler()) { in IsCompilingBoot()