/art/runtime/ |
D | scoped_disable_public_sdk_checker.h | 31 if (UNLIKELY(runtime->IsAotCompiler())) { in ScopedDisablePublicSdkChecker() 38 if (UNLIKELY(runtime->IsAotCompiler())) { in ~ScopedDisablePublicSdkChecker()
|
D | hidden_api.cc | 369 if (runtime->IsAotCompiler()) { in LogAccessToEventLog() 416 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener() 456 if (CanUpdateRuntimeFlags(member) && !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags() 691 if (UNLIKELY(runtime->IsAotCompiler())) { in ShouldDenyAccessToMember()
|
D | runtime.cc | 970 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader() 1838 if (IsAotCompiler()) { in Init() 1849 const bool use_malloc = IsAotCompiler(); in Init() 1861 const bool low_4gb = IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA); in Init() 1948 self->SetIsRuntimeThread(IsAotCompiler()); in Init() 1958 if (UNLIKELY(IsAotCompiler())) { in Init() 2376 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups() 2379 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in InitThreadGroups() 2383 CHECK_IMPLIES(main_thread_group_ == nullptr, IsAotCompiler()); in GetMainThreadGroup() 2388 CHECK_IMPLIES(system_thread_group_ == nullptr, IsAotCompiler()); in GetSystemThreadGroup() [all …]
|
D | signal_catcher.cc | 186 !runtime->IsAotCompiler())); in Run()
|
D | runtime.h | 156 bool IsAotCompiler() const { in IsAotCompiler() function 624 DCHECK(IsAotCompiler()); in SetActiveTransaction() 629 DCHECK(IsAotCompiler()); in ClearActiveTransaction()
|
D | subtype_check.h | 273 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
|
D | thread.h | 1336 DCHECK(!IsAotCompiler()); in GetStackTraceSample() 1341 DCHECK(!IsAotCompiler()); in SetStackTraceSample() 1346 DCHECK(IsAotCompiler()); in GetVerifierDeps() 1354 DCHECK(IsAotCompiler()); in SetVerifierDeps() 1819 static bool IsAotCompiler();
|
D | class_linker.cc | 521 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure() 536 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure() 578 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) { in WrapExceptionInInitializer() 631 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) { in ClassLinker() 855 if (!runtime->IsAotCompiler()) { in InitWithoutImage() 1130 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit() 1336 if (!runtime->IsAotCompiler()) { in InitFromBootImage() 2265 if (!runtime->IsAotCompiler() && in AddImageSpace() 2280 if (!runtime->IsAotCompiler()) { in AddImageSpace() 3468 Runtime::Current()->IsAotCompiler() && in DefineClass() [all …]
|
D | art_method.cc | 128 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache() 171 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
|
D | cha.cc | 648 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
|
D | art_method-inl.h | 465 return runtime->IsAotCompiler()
|
/art/runtime/mirror/ |
D | dex_cache-inl.h | 143 DCHECK(runtime->IsAotCompiler()); in SetResolvedString() 151 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearString() 168 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedType() 190 DCHECK(runtime->IsAotCompiler()); in SetResolvedMethodType() 198 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearMethodType()
|
D | dex_cache.cc | 172 if (runtime->IsAotCompiler()) { in ShouldAllocateFullArrayAtStartup()
|
/art/runtime/verifier/ |
D | class_verifier.cc | 65 DCHECK(Runtime::Current()->IsAotCompiler()); in UpdateMethodFlags() 139 Runtime::Current()->IsAotCompiler(), in VerifyClass()
|
D | verifier_deps.cc | 117 DCHECK(!Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps() 120 DCHECK(Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
|
/art/compiler/optimizing/ |
D | inliner.cc | 169 Runtime::Current()->IsAotCompiler() && in Run() 365 if (Runtime::Current()->IsAotCompiler()) { in FindMethodFromCHA() 408 if (Runtime::Current()->IsAotCompiler()) { in IsMethodVerified() 624 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt() 628 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache() 636 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache() 821 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache() 849 DCHECK(Runtime::Current()->IsAotCompiler() || resolved_method != nullptr); in ResolveMethodFromInlineCache() 877 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall() 961 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard() [all …]
|
D | profiling_info_builder.cc | 110 if (Runtime::Current()->IsAotCompiler()) { in IsInlineCacheUseful()
|
D | optimizing_compiler.cc | 806 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile() 994 DCHECK(Runtime::Current()->IsAotCompiler()); in TryCompileIntrinsic() 1070 DCHECK(compiler_options.IsAotCompiler()); in Compile() 1073 DCHECK(runtime->IsAotCompiler()); in Compile() 1255 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler(); in EncodeArtMethodInInlineInfo()
|
D | intrinsics.h | 305 if (Runtime::Current()->IsAotCompiler() && \
|
D | intrinsics.cc | 72 if (compiler_options.IsAotCompiler() && in CanReferenceBootImageObjects()
|
/art/compiler/driver/ |
D | compiler_options.cc | 143 Runtime::Current()->IsAotCompiler() && in ShouldCompileWithClinitCheck()
|
D | compiler_options.h | 183 bool IsAotCompiler() const { in IsAotCompiler() function
|
/art/runtime/oat/ |
D | oat_file.cc | 2245 Runtime::Current()->IsAotCompiler() || in OatDexFile() 2438 Runtime::Current()->IsAotCompiler()) { in GetOatMethod() 2561 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
|
/art/runtime/interpreter/mterp/ |
D | nterp.cc | 60 !instr->InterpretOnly() && !runtime->IsAotCompiler() && in CanRuntimeUseNterp()
|
/art/runtime/jni/ |
D | jni_id_manager.cc | 430 if (!Runtime::Current()->IsAotCompiler()) { in Init()
|