Home
last modified time | relevance | path

Searched refs:IsAotCompiler (Results 1 – 25 of 40) sorted by relevance

12

/aosp12/art/runtime/
H A Druntime.cc1639 if (IsAotCompiler()) { in Init()
2497 if (IsAotCompiler()) { in CreateImtConflictMethod()
2517 if (IsAotCompiler()) { in CreateResolutionMethod()
2668 DCHECK(IsAotCompiler()); in EnterTransactionMode()
2679 DCHECK(IsAotCompiler()); in ExitTransactionMode()
2685 DCHECK(IsAotCompiler()); in RollbackAndExitTransactionMode()
2718 DCHECK(IsAotCompiler()); in AbortTransactionAndThrowAbortError()
2730 DCHECK(IsAotCompiler()); in ThrowTransactionAbortError()
2738 DCHECK(IsAotCompiler()); in RecordWriteFieldBoolean()
2745 DCHECK(IsAotCompiler()); in RecordWriteFieldByte()
[all …]
H A Dscoped_disable_public_sdk_checker.h29 if (UNLIKELY(runtime->IsAotCompiler())) { in ScopedDisablePublicSdkChecker()
36 if (UNLIKELY(runtime->IsAotCompiler())) { in ~ScopedDisablePublicSdkChecker()
H A Dmodule_exclusion_test.cc55 ASSERT_TRUE(runtime->IsAotCompiler()); in DoTest()
138 ASSERT_TRUE(runtime->IsAotCompiler()); in TEST_F()
H A Dhidden_api.cc291 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()
334 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()
375 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
H A Dsignal_catcher.cc177 !runtime->IsAotCompiler())); in Run()
H A Dthread.h1092 DCHECK(!IsAotCompiler()); in GetStackTraceSample()
1097 DCHECK(!IsAotCompiler()); in SetStackTraceSample()
1102 DCHECK(IsAotCompiler()); in GetVerifierDeps()
1110 DCHECK(IsAotCompiler()); in SetVerifierDeps()
1492 static bool IsAotCompiler();
H A Dclass_linker.cc549 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()
848 if (!runtime->IsAotCompiler()) { in InitWithoutImage()
1178 if (!runtime->IsAotCompiler()) { in InitFromBootImage()
1985 if (!runtime->IsAotCompiler()) { in AddImageSpace()
3101 Runtime::Current()->IsAotCompiler() && in DefineClass()
3116 Runtime::Current()->IsAotCompiler() && in DefineClass()
3523 if (runtime->IsAotCompiler()) { in LinkCode()
3843 if (Runtime::Current()->IsAotCompiler()) { in LoadMethod()
4531 if (Runtime::Current()->IsAotCompiler()) { in AttemptSupertypeVerification()
4771 if (Runtime::Current()->IsAotCompiler()) { in VerifyClass()
[all …]
H A Dsubtype_check.h272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
H A Dart_method.cc116 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()
144 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
H A Dhidden_api.h412 if (UNLIKELY(runtime->IsAotCompiler())) { in ShouldDenyAccessToMember()
H A Dart_method-inl.h231 return runtime->IsAotCompiler() in GetCodeItem()
H A Dcha.cc662 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
H A Doat_file.cc2149 Runtime::Current()->IsAotCompiler() || in OatDexFile()
2372 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
2487 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
H A Dtransaction.cc51 DCHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
/aosp12/art/compiler/dex/
H A Dverified_method.cc41 DCHECK(Runtime::Current()->IsAotCompiler()); in Create()
/aosp12/art/compiler/optimizing/
H A Dinliner.cc160 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()
349 if (Runtime::Current()->IsAotCompiler()) { in FindMethodFromCHA()
553 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { 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()
887 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
931 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlinePolymorphicCall()
[all …]
H A Doptimizing_compiler.cc789 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()
H A Dintrinsics.cc153 if (compiler_options.IsAotCompiler() && in CanReferenceBootImageObjects()
234 DCHECK(compiler_options.IsAotCompiler()); in ComputeIntegerValueOfLocations()
H A Dintrinsics.h249 if (Runtime::Current()->IsAotCompiler() && \
/aosp12/art/runtime/mirror/
H A Ddex_cache-inl.h110 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()
/aosp12/art/runtime/verifier/
H A Dclass_verifier.cc72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()
299 Runtime::Current()->IsAotCompiler(), in VerifyClass()
H A Dverifier_deps.cc120 DCHECK(!Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
123 DCHECK(Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
/aosp12/art/compiler/driver/
H A Dcompiler_options.cc155 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
H A Dcompiler_options.h197 bool IsAotCompiler() const { in IsAotCompiler() function
/aosp12/art/runtime/jni/
H A Djni_id_manager.cc402 if (!Runtime::Current()->IsAotCompiler()) { in Init()

12