Lines Matching refs:zygote_diff_pid_
1123 zygote_diff_pid_(zygote_diff_pid), in ImgDiagDumper()
1130 if (image_diff_pid_ < 0 && zygote_diff_pid_ < 0) { in Init()
1140 image_diff_pid_ = zygote_diff_pid_; in Init()
1141 zygote_diff_pid_ = -1; in Init()
1199 if (zygote_diff_pid_ != -1) { in Init()
1200 if (!open_proc_maps(zygote_diff_pid_, &zygote_proc_maps) || in Init()
1201 !open_mem_file(zygote_diff_pid_, &zygote_mem_file) || in Init()
1202 !open_pagemap_file(zygote_diff_pid_, &zygote_pagemap_file)) { in Init()
1274 if (zygote_diff_pid_ != -1) { in Init()
1297 PrintPidLine("ZYGOTE", zygote_diff_pid_); in Dump()
1299 if (image_diff_pid_ >= 0 || zygote_diff_pid_ >= 0) { in Dump()
1485 if (zygote_diff_pid_ != -1) { in DumpImageDiffMap()
1559 if (zygote_diff_pid_ != -1) { in DumpImageDiffMap()
1587 } else if (zygote_diff_pid_ > 0) { in DumpImageDiffMap()
1799 pid_t zygote_diff_pid_; // Dump image diff against zygote boot.art if pid is non-negative member in art::ImgDiagDumper
1883 if (!android::base::ParseInt(zygote_diff_pid, &zygote_diff_pid_)) { in ParseCustom()
1949 pid_t zygote_diff_pid_ = -1; member
1960 args_->zygote_diff_pid_, in ExecuteWithRuntime()