Searched refs:IsAotCompiler (Results 1 – 25 of 38) sorted by relevance
12
769 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()1454 if (IsAotCompiler()) { in Init()1465 const bool use_malloc = IsAotCompiler(); in Init()1474 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()1549 self->SetIsRuntimeThread(IsAotCompiler()); in Init()1559 if (UNLIKELY(IsAotCompiler())) { in Init()1935 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()1940 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()1944 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()1949 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()[all …]
55 ASSERT_TRUE(runtime->IsAotCompiler()); in DoTest()138 ASSERT_TRUE(runtime->IsAotCompiler()); in TEST_F()
272 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()315 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()356 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
177 !runtime->IsAotCompiler())); in Run()
1079 DCHECK(!IsAotCompiler()); in GetStackTraceSample()1084 DCHECK(!IsAotCompiler()); in SetStackTraceSample()1089 DCHECK(IsAotCompiler()); in GetVerifierDeps()1097 DCHECK(IsAotCompiler()); in SetVerifierDeps()1471 static bool IsAotCompiler();
272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
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()[all …]
113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()141 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
661 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
1922 Runtime::Current()->IsAotCompiler() || in OatDexFile()2155 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()2270 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
50 DCHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
135 bool IsAotCompiler() const { in IsAotCompiler() function
278 !runtime->IsAotCompiler())); in RunSamplingThread()
111 DCHECK(runtime->IsAotCompiler()); in SetResolvedString()123 CHECK(runtime->IsAotCompiler()); in SetPreResolvedString()141 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearString()179 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedType()265 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedField()299 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedMethod()
41 DCHECK(Runtime::Current()->IsAotCompiler()); in Create()
160 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()380 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()602 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()608 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()617 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()827 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()874 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()956 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()985 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()996 Runtime::Current()->IsAotCompiler() in AddTypeGuard()[all …]
776 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()932 DCHECK(Runtime::Current()->IsAotCompiler()); in TryCompileIntrinsic()1006 DCHECK(compiler_options.IsAotCompiler()); in Compile()1009 DCHECK(runtime->IsAotCompiler()); in Compile()1204 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler(); in EncodeArtMethodInInlineInfo()
248 if (Runtime::Current()->IsAotCompiler() && \
223 DCHECK(compiler_options.IsAotCompiler()); in ComputeIntegerValueOfLocations()
72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()293 Runtime::Current()->IsAotCompiler(), in VerifyClass()
5361 Runtime::Current()->IsAotCompiler(), in CalculateVerificationInfo()5408 Runtime::Current()->IsAotCompiler(), in VerifyMethodAndDump()5449 Runtime::Current()->IsAotCompiler(), in FindLocksAtDexPc()5488 Runtime::Current()->IsAotCompiler(), in CreateVerifier()
155 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
201 bool IsAotCompiler() const { in IsAotCompiler() function
402 if (!Runtime::Current()->IsAotCompiler()) { in Init()
150 !runtime->IsAotCompiler() && in CanUseMterp()