Searched refs:IsAotCompiler (Results 1 - 25 of 35) sorted by relevance

12

/art/runtime/
H A Druntime.cc670 if (runtime->IsAotCompiler() && !runtime->GetCompilerCallbacks()->IsBootImage()) {
1337 if (IsAotCompiler()) {
1348 const bool use_malloc = IsAotCompiler();
1353 if (IsAotCompiler() && Is64BitInstructionSet(kRuntimeISA)) {
1428 self->SetCanCallIntoJava(!IsAotCompiler());
1437 if (UNLIKELY(IsAotCompiler())) {
1739 CHECK(main_thread_group_ != nullptr || IsAotCompiler());
1744 CHECK(system_thread_group_ != nullptr || IsAotCompiler());
1748 CHECK(main_thread_group_ != nullptr || IsAotCompiler());
1753 CHECK(system_thread_group_ != nullptr || IsAotCompiler());
[all...]
H A Dart_field.cc36 if (kIsDebugBuild && Runtime::Current()->IsAotCompiler() &&
H A Dhidden_api.cc283 if (!runtime->IsAotCompiler()) {
H A Dsignal_catcher.cc240 !runtime->IsAotCompiler()));
H A Dthread.h1062 DCHECK(!IsAotCompiler());
1067 DCHECK(!IsAotCompiler());
1072 DCHECK(IsAotCompiler());
1080 DCHECK(IsAotCompiler());
1401 static bool IsAotCompiler();
H A Dsubtype_check.h272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler())
H A Dclass_linker.cc214 if (!runtime->IsAotCompiler()) { // Give info if this occurs at runtime.
230 if (runtime->IsAotCompiler()) {
271 if (klass->GetClassLoader() == nullptr && !Runtime::Current()->IsAotCompiler()) {
384 cha_(Runtime::Current()->IsAotCompiler() ? nullptr : new ClassHierarchyAnalysis()) {
612 if (!runtime->IsAotCompiler()) {
938 if (!runtime->IsAotCompiler()) {
1826 if (!runtime->IsAotCompiler() && runtime->GetInstrumentation()->InterpretOnly()) {
2968 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) {
3024 if (runtime->IsAotCompiler()) {
3231 (Runtime::Current()->IsStarted() && !Runtime::Current()->IsAotCompiler())
[all...]
H A Dart_method.cc113 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
136 DCHECK(!Runtime::Current()->IsAotCompiler()) << PrettyMethod();
H A Dcha.cc655 if (runtime->IsAotCompiler()) {
H A Doat_file_manager.cc423 !runtime->IsAotCompiler(),
H A Doat_file.cc1928 Runtime::Current()->IsAotCompiler()) {
1976 CHECK(Runtime::Current()->IsAotCompiler());
H A Druntime.h122 // IsAotCompiler for compilers that don't have a running runtime. Only dex2oat currently.
123 bool IsAotCompiler() const { function in class:art::verifier::VerifyMode
H A Dtransaction.cc42 CHECK(Runtime::Current()->IsAotCompiler());
H A Djava_vm_ext.cc431 !runtime->IsAotCompiler())) {
H A Dtrace.cc291 !runtime->IsAotCompiler()));
/art/compiler/dex/
H A Dverified_method.cc41 DCHECK(Runtime::Current()->IsAotCompiler());
/art/runtime/mirror/
H A Ddex_cache-inl.h75 DCHECK(runtime->IsAotCompiler());
83 DCHECK(Runtime::Current()->IsAotCompiler());
120 DCHECK(Runtime::Current()->IsAotCompiler());
205 DCHECK(Runtime::Current()->IsAotCompiler());
239 DCHECK(Runtime::Current()->IsAotCompiler());
/art/compiler/driver/
H A Dcompiler_driver-inl.h122 DCHECK(Runtime::Current()->IsAotCompiler());
/art/compiler/optimizing/
H A Dinliner.cc153 IsCompilingWithCoreImage() && Runtime::Current()->IsAotCompiler();
366 if (Runtime::Current()->IsAotCompiler()) {
563 return Runtime::Current()->IsAotCompiler() || outermost_graph_->IsCompilingOsr();
569 if (Runtime::Current()->IsAotCompiler() && !kUseAOTInlineCaches) {
575 InlineCacheType inline_cache_type = Runtime::Current()->IsAotCompiler()
665 DCHECK(Runtime::Current()->IsAotCompiler());
789 if (Runtime::Current()->IsAotCompiler()) {
835 DCHECK(Runtime::Current()->IsAotCompiler());
918 DCHECK(Runtime::Current()->IsAotCompiler());
947 DCHECK(Runtime::Current()->IsAotCompiler());
[all...]
H A Dintrinsics.cc224 if (Runtime::Current()->IsAotCompiler()) {
H A Doptimizing_compiler.cc792 DCHECK(Runtime::Current()->IsAotCompiler() || method != nullptr);
914 DCHECK(Runtime::Current()->IsAotCompiler());
997 DCHECK(runtime->IsAotCompiler());
1168 return Runtime::Current() == nullptr || !Runtime::Current()->IsAotCompiler();
1172 if (!Runtime::Current()->IsAotCompiler()) {
H A Dinstruction_simplifier.cc2105 if (runtime->IsAotCompiler() || runtime->GetHeap()->HasBootImageSpace()) {
2106 DCHECK(runtime->IsAotCompiler() ||
/art/runtime/jdwp/
H A Djdwp_main.cc564 !runtime->IsAotCompiler()));
/art/runtime/verifier/
H A Dreg_type.cc732 if (!kIsTargetBuild && Runtime::Current()->IsAotCompiler()) {
H A Dmethod_verifier.cc429 if (Runtime::Current()->IsAotCompiler() &&
802 bool allow_runtime_only_instructions = !Runtime::Current()->IsAotCompiler() || verify_to_dump_;
830 if (Runtime::Current()->IsAotCompiler() || !can_load_classes_) {
3404 if (Runtime::Current()->IsAotCompiler()) {
4731 bool is_aot = Runtime::Current()->IsAotCompiler();

Completed in 363 milliseconds

12