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

  /frameworks/native/libs/dumputils/include/dumputils/
dump_utils.h 26 bool IsZygote(int pid);
  /frameworks/native/libs/dumputils/
dump_utils.cpp 104 bool IsZygote(int pid) {
  /art/runtime/native/
java_lang_Thread.cc 54 if (runtime->IsZygote() && runtime->IsZygoteNoThreadSection()) {
dalvik_system_ZygoteHooks.cc 269 CHECK(runtime->IsZygote()) << "runtime instance not started with -Xzygote";
  /art/runtime/gc/space/
image_space.cc 112 if (Runtime::Current()->IsZygote()) {
247 if (Runtime::Current()->IsZygote()) {
432 if (Runtime::Current()->IsZygote()) {
    [all...]
  /art/runtime/
runtime.h 162 bool IsZygote() const {
    [all...]
java_vm_ext.cc 411 if (runtime->IsZygote()) {
    [all...]
runtime.cc 790 if (!IsZygote()) {
    [all...]
  /frameworks/base/cmds/incidentd/src/
Section.cpp     [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 859 if (IsZygote(pid)) {
    [all...]
  /art/runtime/gc/
heap.cc 300 const bool is_zygote = runtime->IsZygote();
    [all...]

Completed in 414 milliseconds