Home
last modified time | relevance | path

Searched refs:IsZygote (Results 1 – 14 of 14) sorted by relevance

/art/runtime/jit/
Ddebugger_interface.cc335 if (descriptor.zygote_head_entry_ != nullptr && Runtime::Current()->IsZygote()) { in CreateJITCodeEntryInternal()
455 CHECK(Runtime::Current()->IsZygote()); in NativeDebugInfoPreFork()
477 CHECK(!Runtime::Current()->IsZygote()); in NativeDebugInfoPostFork()
493 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries()
598 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit()
Djit.cc861 if (Runtime::Current()->IsZygote()) { in Run()
1213 if (runtime->IsZygote()) { in CreateThreadPool()
1230 if (runtime->IsZygote() && HasImageWithProfile() && UseJitCompilation()) { in CreateThreadPool()
1797 if (Runtime::Current()->IsZygote() && in PostZygoteFork()
1805 if (Runtime::Current()->IsZygote() && in PostZygoteFork()
Djit_code_cache.cc1394 DCHECK(!Runtime::Current()->IsZygote()); in DoCollection()
1914 if (!Runtime::Current()->IsZygote()) { in Dump()
1982 return Runtime::Current()->IsZygote() ? &shared_region_ : &private_region_; in GetCurrentRegion()
2079 CHECK(Runtime::Current()->IsZygote()); in Put()
/art/compiler/jit/
Djit_compiler.cc59 compiler_options_->compiler_type_ = runtime->IsZygote() in ParseCompilerOptions()
/art/runtime/native/
Djava_lang_Thread.cc54 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) { in Thread_nativeCreate()
Ddalvik_system_ZygoteHooks.cc254 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork()
/art/runtime/
Doat_file_assistant.cc447 if (data_dir.empty() || Runtime::Current()->IsZygote()) { in AnonymousDexVdexLocation()
Druntime.cc1031 DCHECK(!IsZygote()); in InitNonZygoteOrPostFork()
1785 if (IsZygote() && IsPerfettoHprofEnabled()) { in Init()
2657 IsZygote(), in CreateJitCodeCache()
Druntime.h170 bool IsZygote() const { in IsZygote() function
Doat_file.cc1923 Runtime::Current()->IsZygote() || in OatDexFile()
/art/compiler/optimizing/
Dinliner.cc384 if (Runtime::Current()->IsZygote()) { in TryCHADevirtualization()
617 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
/art/runtime/jni/
Djava_vm_ext.cc449 if (runtime->IsZygote()) { in AttachCurrentThreadInternal()
/art/runtime/gc/
Dheap.cc378 const bool is_zygote = runtime->IsZygote(); in Heap()
832 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) { in CreateMainMallocSpace()
2673 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote()); in CollectGarbageInternal()
/art/runtime/gc/space/
Dimage_space.cc129 if (Runtime::Current()->IsZygote()) { in GenerateImage()
2512 bool IsZygote() const { return is_zygote_; } in IsZygote() function in art::gc::space::ImageSpace::BootImageLoader
3596 if (loader.IsZygote() && loader.DalvikCacheExists()) { in LoadBootImage()