Searched refs:IsAotCompiler (Results 1 – 25 of 37) sorted by relevance
12
770 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()1460 if (IsAotCompiler()) { in Init()1471 const bool use_malloc = IsAotCompiler(); in Init()1480 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()1555 self->SetIsRuntimeThread(IsAotCompiler()); in Init()1565 if (UNLIKELY(IsAotCompiler())) { in Init()1941 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()1946 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()1950 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()1955 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()[all …]
55 ASSERT_TRUE(runtime->IsAotCompiler()); in DoTest()138 ASSERT_TRUE(runtime->IsAotCompiler()); in TEST_F()
266 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()309 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()350 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
177 !runtime->IsAotCompiler())); in Run()
1084 DCHECK(!IsAotCompiler()); in GetStackTraceSample()1089 DCHECK(!IsAotCompiler()); in SetStackTraceSample()1094 DCHECK(IsAotCompiler()); in GetVerifierDeps()1102 DCHECK(IsAotCompiler()); in SetVerifierDeps()1476 static bool IsAotCompiler();
272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
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()[all …]
113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()141 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
661 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
1909 Runtime::Current()->IsAotCompiler() || in OatDexFile()2142 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()2255 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()
161 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()381 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()595 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()601 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()610 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()820 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()866 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()949 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()978 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()989 Runtime::Current()->IsAotCompiler() in AddTypeGuard()[all …]
248 if (Runtime::Current()->IsAotCompiler() && \
781 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()938 DCHECK(Runtime::Current()->IsAotCompiler()); in TryCompileIntrinsic()1016 DCHECK(runtime->IsAotCompiler()); in Compile()1211 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler(); in EncodeArtMethodInInlineInfo()
223 DCHECK(runtime->IsAotCompiler()); in ComputeIntegerValueOfLocations()
72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()289 Runtime::Current()->IsAotCompiler(), in VerifyClass()
5360 Runtime::Current()->IsAotCompiler(), in CalculateVerificationInfo()5407 Runtime::Current()->IsAotCompiler(), in VerifyMethodAndDump()5448 Runtime::Current()->IsAotCompiler(), in FindLocksAtDexPc()5487 Runtime::Current()->IsAotCompiler(), in CreateVerifier()
152 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
401 if (!Runtime::Current()->IsAotCompiler()) { in Init()
467 !runtime->IsAotCompiler())) { in AttachCurrentThreadInternal()
151 !runtime->IsAotCompiler() && in CanUseMterp()