Home
last modified time | relevance | path

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

12

/art/runtime/
Dscoped_disable_public_sdk_checker.h31 if (UNLIKELY(runtime->IsAotCompiler())) { in ScopedDisablePublicSdkChecker()
38 if (UNLIKELY(runtime->IsAotCompiler())) { in ~ScopedDisablePublicSdkChecker()
Dhidden_api.cc369 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()
Druntime.cc970 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 …]
Dsignal_catcher.cc186 !runtime->IsAotCompiler())); in Run()
Druntime.h156 bool IsAotCompiler() const { in IsAotCompiler() function
624 DCHECK(IsAotCompiler()); in SetActiveTransaction()
629 DCHECK(IsAotCompiler()); in ClearActiveTransaction()
Dsubtype_check.h273 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
Dthread.h1336 DCHECK(!IsAotCompiler()); in GetStackTraceSample()
1341 DCHECK(!IsAotCompiler()); in SetStackTraceSample()
1346 DCHECK(IsAotCompiler()); in GetVerifierDeps()
1354 DCHECK(IsAotCompiler()); in SetVerifierDeps()
1819 static bool IsAotCompiler();
Dclass_linker.cc521 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 …]
Dart_method.cc128 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()
171 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
Dcha.cc648 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
Dart_method-inl.h465 return runtime->IsAotCompiler()
/art/runtime/mirror/
Ddex_cache-inl.h143 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()
Ddex_cache.cc172 if (runtime->IsAotCompiler()) { in ShouldAllocateFullArrayAtStartup()
/art/runtime/verifier/
Dclass_verifier.cc65 DCHECK(Runtime::Current()->IsAotCompiler()); in UpdateMethodFlags()
139 Runtime::Current()->IsAotCompiler(), in VerifyClass()
Dverifier_deps.cc117 DCHECK(!Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
120 DCHECK(Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
/art/compiler/optimizing/
Dinliner.cc169 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 …]
Dprofiling_info_builder.cc110 if (Runtime::Current()->IsAotCompiler()) { in IsInlineCacheUseful()
Doptimizing_compiler.cc806 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()
Dintrinsics.h305 if (Runtime::Current()->IsAotCompiler() && \
Dintrinsics.cc72 if (compiler_options.IsAotCompiler() && in CanReferenceBootImageObjects()
/art/compiler/driver/
Dcompiler_options.cc143 Runtime::Current()->IsAotCompiler() && in ShouldCompileWithClinitCheck()
Dcompiler_options.h183 bool IsAotCompiler() const { in IsAotCompiler() function
/art/runtime/oat/
Doat_file.cc2245 Runtime::Current()->IsAotCompiler() || in OatDexFile()
2438 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
2561 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
/art/runtime/interpreter/mterp/
Dnterp.cc60 !instr->InterpretOnly() && !runtime->IsAotCompiler() && in CanRuntimeUseNterp()
/art/runtime/jni/
Djni_id_manager.cc430 if (!Runtime::Current()->IsAotCompiler()) { in Init()

12