/aosp12/art/runtime/ |
H A D | runtime.cc | 1639 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 D | scoped_disable_public_sdk_checker.h | 29 if (UNLIKELY(runtime->IsAotCompiler())) { in ScopedDisablePublicSdkChecker() 36 if (UNLIKELY(runtime->IsAotCompiler())) { in ~ScopedDisablePublicSdkChecker()
|
H A D | module_exclusion_test.cc | 55 ASSERT_TRUE(runtime->IsAotCompiler()); in DoTest() 138 ASSERT_TRUE(runtime->IsAotCompiler()); in TEST_F()
|
H A D | hidden_api.cc | 291 if (runtime->IsAotCompiler()) { in LogAccessToEventLog() 334 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener() 375 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
|
H A D | signal_catcher.cc | 177 !runtime->IsAotCompiler())); in Run()
|
H A D | thread.h | 1092 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 D | class_linker.cc | 549 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 D | subtype_check.h | 272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
|
H A D | art_method.cc | 116 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache() 144 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
|
H A D | hidden_api.h | 412 if (UNLIKELY(runtime->IsAotCompiler())) { in ShouldDenyAccessToMember()
|
H A D | art_method-inl.h | 231 return runtime->IsAotCompiler() in GetCodeItem()
|
H A D | cha.cc | 662 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
|
H A D | oat_file.cc | 2149 Runtime::Current()->IsAotCompiler() || in OatDexFile() 2372 Runtime::Current()->IsAotCompiler()) { in GetOatMethod() 2487 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
|
H A D | transaction.cc | 51 DCHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
|
/aosp12/art/compiler/dex/ |
H A D | verified_method.cc | 41 DCHECK(Runtime::Current()->IsAotCompiler()); in Create()
|
/aosp12/art/compiler/optimizing/ |
H A D | inliner.cc | 160 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 D | optimizing_compiler.cc | 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()
|
H A D | intrinsics.cc | 153 if (compiler_options.IsAotCompiler() && in CanReferenceBootImageObjects() 234 DCHECK(compiler_options.IsAotCompiler()); in ComputeIntegerValueOfLocations()
|
H A D | intrinsics.h | 249 if (Runtime::Current()->IsAotCompiler() && \
|
/aosp12/art/runtime/mirror/ |
H A D | dex_cache-inl.h | 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()
|
/aosp12/art/runtime/verifier/ |
H A D | class_verifier.cc | 72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass() 299 Runtime::Current()->IsAotCompiler(), in VerifyClass()
|
H A D | verifier_deps.cc | 120 DCHECK(!Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps() 123 DCHECK(Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
|
/aosp12/art/compiler/driver/ |
H A D | compiler_options.cc | 155 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
|
H A D | compiler_options.h | 197 bool IsAotCompiler() const { in IsAotCompiler() function
|
/aosp12/art/runtime/jni/ |
H A D | jni_id_manager.cc | 402 if (!Runtime::Current()->IsAotCompiler()) { in Init()
|