Searched refs:IsZygote (Results 1 – 14 of 14) sorted by relevance
335 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()
861 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()
1394 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()
59 compiler_options_->compiler_type_ = runtime->IsZygote() in ParseCompilerOptions()
54 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) { in Thread_nativeCreate()
254 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork()
447 if (data_dir.empty() || Runtime::Current()->IsZygote()) { in AnonymousDexVdexLocation()
1031 DCHECK(!IsZygote()); in InitNonZygoteOrPostFork()1785 if (IsZygote() && IsPerfettoHprofEnabled()) { in Init()2657 IsZygote(), in CreateJitCodeCache()
170 bool IsZygote() const { in IsZygote() function
1923 Runtime::Current()->IsZygote() || in OatDexFile()
384 if (Runtime::Current()->IsZygote()) { in TryCHADevirtualization()617 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
449 if (runtime->IsZygote()) { in AttachCurrentThreadInternal()
378 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()
129 if (Runtime::Current()->IsZygote()) { in GenerateImage()2512 bool IsZygote() const { return is_zygote_; } in IsZygote() function in art::gc::space::ImageSpace::BootImageLoader3596 if (loader.IsZygote() && loader.DalvikCacheExists()) { in LoadBootImage()