Searched refs:IsZygote (Results 1 – 13 of 13) sorted by relevance
335 if (descriptor.zygote_head_entry_ != nullptr && Runtime::Current()->IsZygote()) { in CreateJITCodeEntryInternal()458 CHECK(Runtime::Current()->IsZygote()); in NativeDebugInfoPreFork()480 CHECK(!Runtime::Current()->IsZygote()); in NativeDebugInfoPostFork()496 bool is_zygote = Runtime::Current()->IsZygote(); in RepackEntries()601 bool is_zygote = Runtime::Current()->IsZygote(); in AddNativeDebugInfoForJit()
860 if (Runtime::Current()->IsZygote()) { in Run()1179 return runtime->IsZygote() && HasImageWithProfile() && runtime->UseJitCompilation(); in InZygoteUsingJit()1192 runtime->IsZygote() in CreateThreadPool()1197 if (runtime->IsZygote()) { in CreateThreadPool()1728 if (runtime->IsZygote() && in PostZygoteFork()1736 if (runtime->IsZygote() && code_cache_->GetZygoteMap()->IsCompilationDoneButNotNotified()) { in PostZygoteFork()1746 runtime->IsZygote() in PostZygoteFork()
483 if (kIsDebugBuild && !Runtime::Current()->IsZygote()) { in FreeAllMethodHeaders()1770 if (!Runtime::Current()->IsZygote()) { in Dump()1838 return Runtime::Current()->IsZygote() ? &shared_region_ : &private_region_; in GetCurrentRegion()1935 CHECK(Runtime::Current()->IsZygote()); in Put()
59 compiler_options_->compiler_type_ = runtime->IsZygote() in ParseCompilerOptions()
54 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) { in Thread_nativeCreate()
257 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork()
485 if (data_dir.empty() || Runtime::Current()->IsZygote()) { in AnonymousDexVdexLocation()
1064 DCHECK(!IsZygote()); in InitNonZygoteOrPostFork()1985 if (IsZygote() && IsPerfettoHprofEnabled()) { in Init()2888 IsZygote(), in CreateJitCodeCache()
173 bool IsZygote() const { in IsZygote() function
2150 Runtime::Current()->IsZygote() || in OatDexFile()
353 if (Runtime::Current()->IsZygote()) { in FindMethodFromCHA()561 (Runtime::Current()->IsAotCompiler() || Runtime::Current()->IsZygote()) in TryInlineFromInlineCache()
449 if (runtime->IsZygote()) { in AttachCurrentThreadInternal()
417 const bool is_zygote = runtime->IsZygote(); in Heap()879 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) { in CreateMainMallocSpace()2695 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote()); in CollectGarbageInternal()