Home
last modified time | relevance | path

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

/art/runtime/native/
Ddalvik_system_ZygoteHooks.cc97 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote"; in ZygoteHooks_nativePreFork()
/art/runtime/gc/space/
Dimage_space.cc127 if (Runtime::Current()->IsZygote()) { in GenerateImage()
229 if (Runtime::Current()->IsZygote()) { in RelocateImage()
370 if (Runtime::Current()->IsZygote()) { in ImageCreationAllowed()
/art/runtime/
Druntime.h121 bool IsZygote() const { in IsZygote() function
Djni_internal.cc322 if (runtime->IsZygote()) { in JII_AttachCurrentThread()
/art/runtime/gc/
Dheap.cc196 const bool is_zygote = Runtime::Current()->IsZygote(); in Heap()
481 if (kCompactZygote && Runtime::Current()->IsZygote() && !can_move_objects) { in CreateMainMallocSpace()
2159 collector->Run(gc_cause, clear_soft_references || runtime->IsZygote()); in CollectGarbageInternal()
3026 runtime->IsZygote()) { in RequestHeapTrim()