Home
last modified time | relevance | path

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

/art/runtime/
Druntime.cc484 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
1029 if (IsAotCompiler()) { in Init()
1043 const bool use_malloc = IsAotCompiler(); in Init()
1048 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
1339 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1344 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1348 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()
1353 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()
1358 CHECK(system_class_loader_ != nullptr || IsAotCompiler()); in GetSystemClassLoader()
1637 if (IsAotCompiler()) { in CreateImtConflictMethod()
[all …]
Dart_field.cc39 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
Dsignal_catcher.cc187 !runtime->IsAotCompiler())); in Run()
Dclass_linker.cc168 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure()
183 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()
534 if (!runtime->IsAotCompiler()) { in InitWithoutImage()
945 if (!runtime->IsAotCompiler()) { in InitFromBootImage()
1740 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
2395 if (Runtime::Current()->IsAotCompiler()) { in FindClass()
2798 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
2855 if (runtime->IsAotCompiler()) { in LinkCode()
2935 if (Runtime::Current()->IsStarted() && !Runtime::Current()->IsAotCompiler()) { in LoadClass()
3800 if (Runtime::Current()->IsAotCompiler()) { in AttemptSupertypeVerification()
[all …]
Druntime.h129 bool IsAotCompiler() const { in IsAotCompiler() function
Doat_file_manager.cc562 !runtime->IsAotCompiler()); in OpenDexFilesFromOat()
Dtransaction.cc36 CHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
Djava_vm_ext.cc402 !runtime->IsAotCompiler())) { in AttachCurrentThreadInternal()
Dprofiler.cc170 !runtime->IsAotCompiler())); in RunProfilerThread()
Doat_file.cc1297 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
Dtrace.cc283 !runtime->IsAotCompiler())); in RunSamplingThread()
Dthread.cc918 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
Djni_internal.cc172 CHECK(Runtime::Current()->IsAotCompiler()); in GetClassLoader()
/art/compiler/optimizing/
Doptimizing_compiler.cc694 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()
797 DCHECK(Runtime::Current()->IsAotCompiler()); in Compile()
Dinstruction_builder.cc721 DCHECK(Runtime::Current()->IsAotCompiler()); in ResolveMethod()
/art/runtime/jdwp/
Djdwp_main.cc444 !runtime->IsAotCompiler())); in Run()
/art/compiler/driver/
Dcompiler_driver.h132 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
Dcompiler_driver.cc1327 if (!runtime->IsAotCompiler()) { in CanAssumeClassIsLoaded()
/art/runtime/verifier/
Dmethod_verifier.cc869 if (Runtime::Current()->IsAotCompiler() || !can_load_classes_) { in Fail()
1206 if (inst->GetVerifyIsRuntimeOnly() && Runtime::Current()->IsAotCompiler() && !verify_to_dump_) { in VerifyInstruction()
3402 if (Runtime::Current()->IsAotCompiler()) { in CodeFlowVerifyInstruction()
4593 bool is_aot = Runtime::Current()->IsAotCompiler(); in GetInstanceField()
/art/runtime/gc/space/
Dimage_space.cc1452 !Runtime::Current()->IsAotCompiler(), in OpenOatFile()
/art/runtime/gc/
Dheap.cc375 Runtime::Current()->IsAotCompiler()) { in Heap()
825 if (!Runtime::Current()->IsAotCompiler()) { in IsCompilingBoot()
/art/runtime/gc/collector/
Dconcurrent_copying.cc251 CHECK(Runtime::Current()->IsAotCompiler()); in Run()