Searched refs:IsZygote (Results 1 – 7 of 7) sorted by relevance
145 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork()
52 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) { in Thread_nativeCreate()
91 if (Runtime::Current()->IsZygote()) { in GenerateImage()196 if (Runtime::Current()->IsZygote()) { in RelocateImage()328 if (Runtime::Current()->IsZygote()) { in ImageCreationAllowed()386 const bool is_zygote = Runtime::Current()->IsZygote(); in CreateBootImage()
166 bool IsZygote() const { in IsZygote() function
382 if (runtime->IsZygote()) { in AttachCurrentThreadInternal()
619 if (!IsZygote()) { in Start()
258 const bool is_zygote = runtime->IsZygote(); in Heap()692 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) { in CreateMainMallocSpace()2720 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote()); in CollectGarbageInternal()