Lines Matching refs:IsAotCompiler

527   if (!runtime->IsAotCompiler()) {  // Give info if this occurs at runtime.  in ThrowEarlierClassFailure()
545 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()
587 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) { in WrapExceptionInInitializer()
710 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) { in ClassLinker()
924 if (!runtime->IsAotCompiler()) { in InitWithoutImage()
1184 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()
1240 if (!runtime->IsAotCompiler()) { in InitFromBootImage()
2189 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
3303 Runtime::Current()->IsAotCompiler() && in DefineClass()
3636 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
3710 if (runtime->IsAotCompiler()) { in LinkCode()
3879 const OatFile::OatClass oat_class = (runtime->IsStarted() && !runtime->IsAotCompiler()) in LoadClass()
4063 if (!(Runtime::Current()->IsAotCompiler() && class_loader == nullptr && !kIsTargetBuild)) { in RegisterDexFileLocked()
4669 DCHECK(supertype->IsVerified() || Runtime::Current()->IsAotCompiler()); in AttemptSupertypeVerification()
4690 if (Runtime::Current()->IsAotCompiler()) { in AttemptSupertypeVerification()
4733 if (!Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4745 CHECK(Runtime::Current()->IsAotCompiler()); in VerifyClass()
4858 CHECK(Runtime::Current()->IsAotCompiler()); in VerifyClass()
4870 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4909 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4924 runtime->IsAotCompiler(), in PerformClassVerification()
4937 if (Runtime::Current()->IsAotCompiler()) { in VerifyClassUsingOatFile()
5436 CHECK(Runtime::Current()->IsAotCompiler()); in InitializeClass()
5482 const OatFile::OatClass oat_class = (runtime->IsStarted() && !runtime->IsAotCompiler()) in InitializeClass()
5758 Runtime::Current()->IsAotCompiler()) { in WaitForInitializeClass()