Home
last modified time | relevance | path

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

12

/art/runtime/
Dart_field.cc36 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() && in SetOffset()
Dhidden_api.cc230 if (runtime->IsAotCompiler()) { in LogAccessToEventLog()
273 if (!runtime->IsAotCompiler()) { in NotifyHiddenApiListener()
314 !runtime->IsAotCompiler() && in MaybeUpdateAccessFlags()
Dmodule_exclusion_test.cc53 ASSERT_TRUE(runtime->IsAotCompiler()); in DoTest()
Dsignal_catcher.cc176 !runtime->IsAotCompiler())); in Run()
Dthread.h1043 DCHECK(!IsAotCompiler()); in GetStackTraceSample()
1048 DCHECK(!IsAotCompiler()); in SetStackTraceSample()
1053 DCHECK(IsAotCompiler()); in GetVerifierDeps()
1061 DCHECK(IsAotCompiler()); in SetVerifierDeps()
1418 static bool IsAotCompiler();
Dsubtype_check.h272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler()) in ForceUninitialize()
Dart_method.cc109 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in GetObsoleteDexCache()
132 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod(); in FindObsoleteDexClassDefIndex()
Dcha.cc661 if (runtime->IsAotCompiler()) { in InvalidateSingleImplementationMethods()
Doat_file.cc1919 Runtime::Current()->IsAotCompiler() || in OatDexFile()
2151 Runtime::Current()->IsAotCompiler()) { in GetOatMethod()
2270 CHECK(Runtime::Current()->IsAotCompiler()); in AssertAotCompiler()
Dtransaction.cc43 CHECK(Runtime::Current()->IsAotCompiler()); in Transaction()
Druntime.h128 bool IsAotCompiler() const { in IsAotCompiler() function
Doat_file_manager.cc476 !runtime->IsAotCompiler(), in OpenDexFilesFromOat()
Dtrace.cc277 !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()
178 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedType()
264 DCHECK(Runtime::Current()->IsAotCompiler()); in ClearResolvedField()
298 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()
585 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr(); in UseOnlyPolymorphicInliningWithNoDeopt()
591 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) { in TryInlineFromInlineCache()
600 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
813 if (Runtime::Current()->IsAotCompiler()) { in ResolveMethodFromInlineCache()
859 DCHECK(Runtime::Current()->IsAotCompiler()); in TryInlineMonomorphicCall()
942 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
971 DCHECK(Runtime::Current()->IsAotCompiler()); in AddTypeGuard()
982 Runtime::Current()->IsAotCompiler() in AddTypeGuard()
[all …]
Dintrinsics.h248 if (Runtime::Current()->IsAotCompiler() && \
Doptimizing_compiler.cc825 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr); in TryCompile()
975 DCHECK(Runtime::Current()->IsAotCompiler()); in TryCompileIntrinsic()
1053 DCHECK(runtime->IsAotCompiler()); in Compile()
1246 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler(); in EncodeArtMethodInInlineInfo()
Dintrinsics.cc223 DCHECK(runtime->IsAotCompiler()); in ComputeIntegerValueOfLocations()
/art/compiler/driver/
Dcompiler_options.cc153 DCHECK(Runtime::Current()->IsAotCompiler()); in GetVerificationResults()
/art/runtime/jdwp/
Djdwp_main.cc564 !runtime->IsAotCompiler())); in Run()
/art/runtime/interpreter/
Dinterpreter.cc374 || Runtime::Current()->IsAotCompiler()) in Execute()
/art/runtime/verifier/
Dreg_type.cc746 if (!kIsTargetBuild && Runtime::Current()->IsAotCompiler()) { in Merge()
/art/runtime/interpreter/mterp/
Dmterp.cc151 !runtime->IsAotCompiler() && in CanUseMterp()
/art/runtime/jni/
Djava_vm_ext.cc460 !runtime->IsAotCompiler())) { in AttachCurrentThreadInternal()

12