• Home
  • Raw
  • Download

Lines Matching refs:IsAotCompiler

460   if (!runtime->IsAotCompiler()) {  // Give info if this occurs at runtime.  in ThrowEarlierClassFailure()
478 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()
520 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) { in WrapExceptionInInitializer()
641 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) { in ClassLinker()
855 if (!runtime->IsAotCompiler()) { in InitWithoutImage()
1116 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()
1170 if (!runtime->IsAotCompiler()) { in InitFromBootImage()
2119 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
3226 Runtime::Current()->IsAotCompiler() && in DefineClass()
3543 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
3622 if (runtime->IsAotCompiler()) { in LinkCode()
3789 const OatFile::OatClass oat_class = (runtime->IsStarted() && !runtime->IsAotCompiler()) in LoadClass()
3973 if (!(Runtime::Current()->IsAotCompiler() && class_loader == nullptr && !kIsTargetBuild)) { in RegisterDexFileLocked()
4578 DCHECK(supertype->IsVerified() || Runtime::Current()->IsAotCompiler()); in AttemptSupertypeVerification()
4599 if (Runtime::Current()->IsAotCompiler()) { in AttemptSupertypeVerification()
4642 if (!Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4654 CHECK(Runtime::Current()->IsAotCompiler()); in VerifyClass()
4767 CHECK(Runtime::Current()->IsAotCompiler()); in VerifyClass()
4779 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4818 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
4833 runtime->IsAotCompiler(), in PerformClassVerification()
4846 if (Runtime::Current()->IsAotCompiler()) { in VerifyClassUsingOatFile()
5341 CHECK(Runtime::Current()->IsAotCompiler()); in InitializeClass()
5388 const OatFile::OatClass oat_class = (runtime->IsStarted() && !runtime->IsAotCompiler()) in InitializeClass()
5661 Runtime::Current()->IsAotCompiler()) { in WaitForInitializeClass()