Searched refs:IsAotCompiler (Results 1 – 25 of 40) sorted by relevance
12
29 if (UNLIKELY(runtime->IsAotCompiler())) { in ScopedDisablePublicSdkChecker()36 if (UNLIKELY(runtime->IsAotCompiler())) { in ~ScopedDisablePublicSdkChecker()
790 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()1639 if (IsAotCompiler()) { in Init()1650 const bool use_malloc = IsAotCompiler(); in Init()1659 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()1734 self->SetIsRuntimeThread(IsAotCompiler()); in Init()1744 if (UNLIKELY(IsAotCompiler())) { in Init()2150 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()2155 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()2159 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()2164 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in GetSystemThreadGroup()[all …]
55 ASSERT_TRUE(runtime->IsAotCompiler()); in DoTest()138 ASSERT_TRUE(runtime->IsAotCompiler()); in TEST_F()
291 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()334 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()375 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
177 !runtime->IsAotCompiler())); in Run()
1092 DCHECK(!IsAotCompiler()); in GetStackTraceSample()1097 DCHECK(!IsAotCompiler()); in SetStackTraceSample()1102 DCHECK(IsAotCompiler()); in GetVerifierDeps()1110 DCHECK(IsAotCompiler()); in SetVerifierDeps()1492 static bool IsAotCompiler();
272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
531 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure()549 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()591 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) { in WrapExceptionInInitializer()634 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) { in ClassLinker()848 if (!runtime->IsAotCompiler()) { in InitWithoutImage()1109 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()1178 if (!runtime->IsAotCompiler()) { in InitFromBootImage()1972 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()1985 if (!runtime->IsAotCompiler()) { in AddImageSpace()3090 Runtime::Current()->IsAotCompiler() && in DefineClass()[all …]
116 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()144 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
412 if (UNLIKELY(runtime->IsAotCompiler())) { in ShouldDenyAccessToMember()
231 return runtime->IsAotCompiler() in GetCodeItem()
662 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
2063 Runtime::Current()->IsAotCompiler() || in OatDexFile()2286 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()2401 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
51 DCHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
41 DCHECK(Runtime::Current()->IsAotCompiler()); in Create()
160 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()349 if (Runtime::Current()->IsAotCompiler()) { in FindMethodFromCHA()549 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()553 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()561 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()716 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()737 DCHECK(Runtime::Current()->IsAotCompiler() || resolved_method != nullptr); in ResolveMethodFromInlineCache()765 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()847 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()876 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()[all …]
153 if (compiler_options.IsAotCompiler() && in CanReferenceBootImageObjects()234 DCHECK(compiler_options.IsAotCompiler()); in ComputeIntegerValueOfLocations()
789 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()943 DCHECK(Runtime::Current()->IsAotCompiler()); in TryCompileIntrinsic()1016 DCHECK(compiler_options.IsAotCompiler()); in Compile()1019 DCHECK(runtime->IsAotCompiler()); in Compile()1221 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler(); in EncodeArtMethodInInlineInfo()
249 if (Runtime::Current()->IsAotCompiler() && \
110 DCHECK(runtime->IsAotCompiler()); in SetResolvedString()122 CHECK(runtime->IsAotCompiler()); in SetPreResolvedString()140 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearString()178 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedType()
155 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
197 bool IsAotCompiler() const { in IsAotCompiler() function
72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()299 Runtime::Current()->IsAotCompiler(), in VerifyClass()
120 DCHECK(!Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()123 DCHECK(Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
402 if (!Runtime::Current()->IsAotCompiler()) { in Init()