Home
last modified time | relevance | path

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

12

/art/runtime/
Druntime.cc769 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
1454 if (IsAotCompiler()) { in Init()
1465 const bool use_malloc = IsAotCompiler(); in Init()
1474 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
1549 self->SetIsRuntimeThread(IsAotCompiler()); in Init()
1559 if (UNLIKELY(IsAotCompiler())) { in Init()
1935 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1940 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1944 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()
1949 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.cc272 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()
315 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()
356 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
Dsignal_catcher.cc177 !runtime->IsAotCompiler())); in Run()
Dthread.h1079 DCHECK(!IsAotCompiler()); in GetStackTraceSample()
1084 DCHECK(!IsAotCompiler()); in SetStackTraceSample()
1089 DCHECK(IsAotCompiler()); in GetVerifierDeps()
1097 DCHECK(IsAotCompiler()); in SetVerifierDeps()
1471 static bool IsAotCompiler();
Dsubtype_check.h272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
Dclass_linker.cc527 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure()
545 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()
587 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) { in WrapExceptionInInitializer()
710 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) { in ClassLinker()
924 if (!runtime->IsAotCompiler()) { in InitWithoutImage()
1184 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()
1240 if (!runtime->IsAotCompiler()) { in InitFromBootImage()
2189 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
3303 Runtime::Current()->IsAotCompiler() && in DefineClass()
3636 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) { in FixupStaticTrampolines()
[all …]
Dart_method.cc113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()
141 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
Dcha.cc661 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
Doat_file.cc1922 Runtime::Current()->IsAotCompiler() || in OatDexFile()
2155 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
2270 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
Dtransaction.cc50 DCHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
Druntime.h135 bool IsAotCompiler() const { in IsAotCompiler() function
Dtrace.cc278 !runtime->IsAotCompiler())); in RunSamplingThread()
/art/runtime/mirror/
Ddex_cache-inl.h111 DCHECK(runtime->IsAotCompiler()); in SetResolvedString()
123 CHECK(runtime->IsAotCompiler()); in SetPreResolvedString()
141 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearString()
179 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedType()
265 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedField()
299 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedMethod()
/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()
380 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()
602 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
608 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
617 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
827 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
874 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
956 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
985 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
996 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
[all …]
Doptimizing_compiler.cc776 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()
932 DCHECK(Runtime::Current()->IsAotCompiler()); in TryCompileIntrinsic()
1006 DCHECK(compiler_options.IsAotCompiler()); in Compile()
1009 DCHECK(runtime->IsAotCompiler()); in Compile()
1204 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler(); in EncodeArtMethodInInlineInfo()
Dintrinsics.h248 if (Runtime::Current()->IsAotCompiler() && \
Dintrinsics.cc223 DCHECK(compiler_options.IsAotCompiler()); in ComputeIntegerValueOfLocations()
/art/runtime/verifier/
Dclass_verifier.cc72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()
293 Runtime::Current()->IsAotCompiler(), in VerifyClass()
Dmethod_verifier.cc5361 Runtime::Current()->IsAotCompiler(), in CalculateVerificationInfo()
5408 Runtime::Current()->IsAotCompiler(), in VerifyMethodAndDump()
5449 Runtime::Current()->IsAotCompiler(), in FindLocksAtDexPc()
5488 Runtime::Current()->IsAotCompiler(), in CreateVerifier()
/art/compiler/driver/
Dcompiler_options.cc155 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
Dcompiler_options.h201 bool IsAotCompiler() const { in IsAotCompiler() function
/art/runtime/jni/
Djni_id_manager.cc402 if (!Runtime::Current()->IsAotCompiler()) { in Init()
/art/runtime/interpreter/mterp/
Dmterp.cc150 !runtime->IsAotCompiler() && in CanUseMterp()

12