Home
last modified time | relevance | path

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

12

/art/runtime/
Dscoped_disable_public_sdk_checker.h29 if (UNLIKELY(runtime->IsAotCompiler())) { in ScopedDisablePublicSdkChecker()
36 if (UNLIKELY(runtime->IsAotCompiler())) { in ~ScopedDisablePublicSdkChecker()
Druntime.cc790 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 …]
Dmodule_exclusion_test.cc55 ASSERT_TRUE(runtime->IsAotCompiler()); in DoTest()
138 ASSERT_TRUE(runtime->IsAotCompiler()); in TEST_F()
Dhidden_api.cc291 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()
334 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()
375 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
Dsignal_catcher.cc177 !runtime->IsAotCompiler())); in Run()
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();
Dsubtype_check.h272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
Dclass_linker.cc531 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 …]
Dart_method.cc116 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()
144 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
Dhidden_api.h412 if (UNLIKELY(runtime->IsAotCompiler())) { in ShouldDenyAccessToMember()
Dart_method-inl.h231 return runtime->IsAotCompiler() in GetCodeItem()
Dcha.cc662 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
Doat_file.cc2063 Runtime::Current()->IsAotCompiler() || in OatDexFile()
2286 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
2401 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
Dtransaction.cc51 DCHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
/art/compiler/dex/
Dverified_method.cc41 DCHECK(Runtime::Current()->IsAotCompiler()); in Create()
/art/compiler/optimizing/
Dinliner.cc160 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 …]
Dintrinsics.cc153 if (compiler_options.IsAotCompiler() && in CanReferenceBootImageObjects()
234 DCHECK(compiler_options.IsAotCompiler()); in ComputeIntegerValueOfLocations()
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()
Dintrinsics.h249 if (Runtime::Current()->IsAotCompiler() && \
/art/runtime/mirror/
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()
/art/compiler/driver/
Dcompiler_options.cc155 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
Dcompiler_options.h197 bool IsAotCompiler() const { in IsAotCompiler() function
/art/runtime/verifier/
Dclass_verifier.cc72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()
299 Runtime::Current()->IsAotCompiler(), in VerifyClass()
Dverifier_deps.cc120 DCHECK(!Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
123 DCHECK(Runtime::Current()->IsAotCompiler()); in GetMainVerifierDeps()
/art/runtime/jni/
Djni_id_manager.cc402 if (!Runtime::Current()->IsAotCompiler()) { in Init()

12