Home
last modified time | relevance | path

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

12

/art/runtime/
Druntime.cc770 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) { in CreateSystemClassLoader()
1460 if (IsAotCompiler()) { in Init()
1471 const bool use_malloc = IsAotCompiler(); in Init()
1480 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) { in Init()
1555 self->SetIsRuntimeThread(IsAotCompiler()); in Init()
1565 if (UNLIKELY(IsAotCompiler())) { in Init()
1941 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1946 CHECK(system_thread_group_ != nullptr || IsAotCompiler()); in InitThreadGroups()
1950 CHECK(main_thread_group_ != nullptr || IsAotCompiler()); in GetMainThreadGroup()
1955 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.cc266 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()
309 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()
350 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
Dsignal_catcher.cc177 !runtime->IsAotCompiler())); in Run()
Dthread.h1084 DCHECK(!IsAotCompiler()); in GetStackTraceSample()
1089 DCHECK(!IsAotCompiler()); in SetStackTraceSample()
1094 DCHECK(IsAotCompiler()); in GetVerifierDeps()
1102 DCHECK(IsAotCompiler()); in SetVerifierDeps()
1476 static bool IsAotCompiler();
Dsubtype_check.h272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
Dclass_linker.cc460 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime. in ThrowEarlierClassFailure()
478 if (runtime->IsAotCompiler()) { in ThrowEarlierClassFailure()
520 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) { in WrapExceptionInInitializer()
641 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) { in ClassLinker()
855 if (!runtime->IsAotCompiler()) { in InitWithoutImage()
1116 if (kMemoryToolIsAvailable && !Runtime::Current()->IsAotCompiler()) { in FinishInit()
1170 if (!runtime->IsAotCompiler()) { in InitFromBootImage()
2119 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) { in AddImageSpace()
3226 Runtime::Current()->IsAotCompiler() && in DefineClass()
3543 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.cc1909 Runtime::Current()->IsAotCompiler() || in OatDexFile()
2142 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
2255 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.cc161 honor_noinline_directives && Runtime::Current()->IsAotCompiler(); in Run()
381 if (Runtime::Current()->IsAotCompiler()) { in TryCHADevirtualization()
595 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
601 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
610 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
820 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
866 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
949 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
978 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
989 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
[all …]
Dintrinsics.h248 if (Runtime::Current()->IsAotCompiler() && \
Doptimizing_compiler.cc781 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()
938 DCHECK(Runtime::Current()->IsAotCompiler()); in TryCompileIntrinsic()
1016 DCHECK(runtime->IsAotCompiler()); in Compile()
1211 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler(); in EncodeArtMethodInInlineInfo()
Dintrinsics.cc223 DCHECK(runtime->IsAotCompiler()); in ComputeIntegerValueOfLocations()
/art/runtime/verifier/
Dclass_verifier.cc72 DCHECK(!Runtime::Current()->IsAotCompiler()); in ReverifyClass()
289 Runtime::Current()->IsAotCompiler(), in VerifyClass()
Dmethod_verifier.cc5360 Runtime::Current()->IsAotCompiler(), in CalculateVerificationInfo()
5407 Runtime::Current()->IsAotCompiler(), in VerifyMethodAndDump()
5448 Runtime::Current()->IsAotCompiler(), in FindLocksAtDexPc()
5487 Runtime::Current()->IsAotCompiler(), in CreateVerifier()
/art/compiler/driver/
Dcompiler_options.cc152 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
/art/runtime/jni/
Djni_id_manager.cc401 if (!Runtime::Current()->IsAotCompiler()) { in Init()
Djava_vm_ext.cc467 !runtime->IsAotCompiler())) { in AttachCurrentThreadInternal()
/art/runtime/interpreter/mterp/
Dmterp.cc151 !runtime->IsAotCompiler() && in CanUseMterp()

12