Searched refs:zygote (Results 1 – 15 of 15) sorted by relevance
/art/test/689-zygote-jit-deopt/ |
D | Android.bp | 3 // Build rules for ART run-test `689-zygote-jit-deopt`. 16 name: "art-run-test-689-zygote-jit-deopt", 21 ":art-run-test-689-zygote-jit-deopt-expected-stdout", 22 ":art-run-test-689-zygote-jit-deopt-expected-stderr", 28 name: "art-run-test-689-zygote-jit-deopt-expected-stdout", 29 out: ["art-run-test-689-zygote-jit-deopt-expected-stdout.txt"], 36 name: "art-run-test-689-zygote-jit-deopt-expected-stderr", 37 out: ["art-run-test-689-zygote-jit-deopt-expected-stderr.txt"],
|
D | run.py | 19 ctx.default_run(args, zygote=True)
|
D | info.txt | 2 methods JIT-compiled by the zygote.
|
/art/test/728-imt-conflict-zygote/ |
D | Android.bp | 3 // Build rules for ART run-test `728-imt-conflict-zygote`. 16 name: "art-run-test-728-imt-conflict-zygote", 21 ":art-run-test-728-imt-conflict-zygote-expected-stdout", 22 ":art-run-test-728-imt-conflict-zygote-expected-stderr", 28 name: "art-run-test-728-imt-conflict-zygote-expected-stdout", 29 out: ["art-run-test-728-imt-conflict-zygote-expected-stdout.txt"], 36 name: "art-run-test-728-imt-conflict-zygote-expected-stderr", 37 out: ["art-run-test-728-imt-conflict-zygote-expected-stderr.txt"],
|
D | run.py | 19 ctx.default_run(args, zygote=True)
|
/art/test/2031-zygote-compiled-frame-deopt/ |
D | Android.bp | 3 // Build rules for ART run-test `2031-zygote-compiled-frame-deopt`. 16 name: "art-run-test-2031-zygote-compiled-frame-deopt", 21 ":art-run-test-2031-zygote-compiled-frame-deopt-expected-stdout", 22 ":art-run-test-2031-zygote-compiled-frame-deopt-expected-stderr", 28 name: "art-run-test-2031-zygote-compiled-frame-deopt-expected-stdout", 29 out: ["art-run-test-2031-zygote-compiled-frame-deopt-expected-stdout.txt"], 36 name: "art-run-test-2031-zygote-compiled-frame-deopt-expected-stderr", 37 out: ["art-run-test-2031-zygote-compiled-frame-deopt-expected-stderr.txt"],
|
D | info.txt | 3 Check that we correctly identify jit-zygote compiled frames as non-debuggable.
|
/art/odrefresh/ |
D | odrefresh_main.cc | 140 std::string zygote; in InitializeConfig() local 151 zygote = value; in InitializeConfig() 174 if (zygote.empty()) { in InitializeConfig() 176 zygote = GetProperty("ro.zygote", {}); in InitializeConfig() 179 if (!ParseZygoteKind(zygote.c_str(), &zygote_kind)) { in InitializeConfig() 180 LOG(FATAL) << "Unknown zygote: " << QuotePath(zygote); in InitializeConfig()
|
/art/imgdiag/ |
D | run_imgdiag.py | 115 zygote_entry = next(e for e in proc_entries if e.name == args.zygote)
|
/art/tools/ahat/ |
D | README.txt | 22 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these?
|
/art/test/913-heaps/ |
D | expected-stdout.txt | 377 zygote
|
/art/test/ |
D | default_run.py | 417 if args.zygote:
|
D | Android.bp | 764 "2031-zygote-compiled-frame-deopt/native-wait.cc", 961 "2031-zygote-compiled-frame-deopt/native-wait.cc",
|
/art/tools/fuzzer/ |
D | Android.bp | 548 "host_2031-zygote-compiled-frame-deopt_classes.dex", 1051 "host_689-zygote-jit-deopt_classes.dex",
|
/art/build/boot/ |
D | preloaded-classes | 19 # the zygote during initialization. This is a trade-off, using virtual address space to share
|