Searched refs:IsCompiler (Results 1 – 17 of 17) sorted by relevance
/art/runtime/ |
D | runtime.cc | 805 } 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 …]
|
D | signal_catcher.cc | 194 !runtime->IsCompiler())); in Run()
|
D | runtime.h | 93 bool IsCompiler() const { in IsCompiler() function 98 return !IsCompiler() || compiler_callbacks_->IsRelocationPossible(); in CanRelocate()
|
D | class_linker.cc | 94 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 …]
|
D | transaction.cc | 34 CHECK(Runtime::Current()->IsCompiler()); in Transaction()
|
D | oat_file.cc | 572 Runtime::Current()->IsCompiler()) { in GetOatMethod()
|
D | trace.cc | 299 !runtime->IsCompiler())); in RunSamplingThread()
|
D | profiler.cc | 168 !runtime->IsCompiler())); in RunProfilerThread()
|
D | thread.cc | 547 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsCompiler(); in InitStackHwm()
|
D | jni_internal.cc | 341 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group, !runtime->IsCompiler())) { in JII_AttachCurrentThread()
|
/art/runtime/mirror/ |
D | art_field.cc | 47 if (kIsDebugBuild && Runtime::Current()->IsCompiler() && in SetOffset()
|
/art/runtime/jdwp/ |
D | jdwp_main.cc | 410 !runtime->IsCompiler())); in Run()
|
/art/compiler/ |
D | elf_patcher.cc | 46 CHECK(Runtime::Current()->IsCompiler()); in Patch()
|
/art/runtime/quick/ |
D | inline_method_analyser.cc | 90 DCHECK_EQ(Runtime::Current()->IsCompiler(), method != nullptr); in AnalyseMethodCode()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 114 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/ |
D | image_space.cc | 669 !Runtime::Current()->IsCompiler(), error_msg); in OpenOatFile()
|
/art/runtime/gc/ |
D | heap.cc | 616 if (!Runtime::Current()->IsCompiler()) { in IsCompilingBoot()
|