HomeSort by relevance Sort by last modified time
    Searched refs:IsZygote (Results 1 - 5 of 5) sorted by null

  /art/runtime/
runtime.h 146 bool IsZygote() const {
jni_internal.cc 417 if (runtime->IsZygote()) {
    [all...]
  /art/runtime/native/
dalvik_system_Zygote.cc 411 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
  /art/runtime/gc/collector/
mark_sweep.cc     [all...]
  /art/runtime/gc/
heap.cc 165 alloc_space_ = space::DlMallocSpace::Create(Runtime::Current()->IsZygote() ? "zygote space" : "alloc space",
    [all...]

Completed in 936 milliseconds