Searched refs:IsAotCompiler (Results 1 – 22 of 22) sorted by relevance
484 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 …]
39 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
187 !runtime->IsAotCompiler())); in Run()
168 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 …]
129 bool IsAotCompiler() const { in IsAotCompiler() function
562 !runtime->IsAotCompiler()); in OpenDexFilesFromOat()
36 CHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
402 !runtime->IsAotCompiler())) { in AttachCurrentThreadInternal()
170 !runtime->IsAotCompiler())); in RunProfilerThread()
1297 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
283 !runtime->IsAotCompiler())); in RunSamplingThread()
918 bool implicit_stack_check = !runtime->ExplicitStackOverflowChecks() && !runtime->IsAotCompiler(); in InitStackHwm()
172 CHECK(Runtime::Current()->IsAotCompiler()); in GetClassLoader()
694 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()797 DCHECK(Runtime::Current()->IsAotCompiler()); in Compile()
721 DCHECK(Runtime::Current()->IsAotCompiler()); in ResolveMethod()
444 !runtime->IsAotCompiler())); in Run()
132 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
1327 if (!runtime->IsAotCompiler()) { in CanAssumeClassIsLoaded()
869 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()
1452 !Runtime::Current()->IsAotCompiler(), in OpenOatFile()
375 Runtime::Current()->IsAotCompiler()) { in Heap()825 if (!Runtime::Current()->IsAotCompiler()) { in IsCompilingBoot()
251 CHECK(Runtime::Current()->IsAotCompiler()); in Run()