Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc145 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork()
Djava_lang_Thread.cc52 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) { in Thread_nativeCreate()
/art/runtime/gc/space/
Dimage_space.cc91 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()
/art/runtime/
Druntime.h166 bool IsZygote() const { in IsZygote() function
Djava_vm_ext.cc382 if (runtime->IsZygote()) { in AttachCurrentThreadInternal()
Druntime.cc619 if (!IsZygote()) { in Start()
/art/runtime/gc/
Dheap.cc258 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()