Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 35) sorted by relevance

12

/art/
DCleanSpec.mk48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libart_*)
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/STATIC_LIBRARIES/libartd_*)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libart_*)
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libartd_*)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex/com.android.runtime.apex)
57 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libandroidicu.so)
58 $(call add-clean-step, rm -f $(PRODUCT_OUT)/system/lib*/libpac.so)
60 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/art_libdexfile_support_tests/dex_file…
61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/data/nativetest*/)
[all …]
/art/test/997-single-step/
Dexpected-stdout.txt2 Single step: public static void art.Test997.doMultiPath(boolean) @ line=41
3 Single step: public static void art.Test997.doMultiPath(boolean) @ line=42
4 Single step: public static void art.Test997.doMultiPath(boolean) @ line=43
5 Single step: public static void art.Test997.doMultiPath(boolean) @ line=47
6 Single step: public static void art.Test997.doMultiPath(boolean) @ line=48
8 Single step: public static void art.Test997.doMultiPath(boolean) @ line=41
9 Single step: public static void art.Test997.doMultiPath(boolean) @ line=42
10 Single step: public static void art.Test997.doMultiPath(boolean) @ line=45
11 Single step: public static void art.Test997.doMultiPath(boolean) @ line=47
12 Single step: public static void art.Test997.doMultiPath(boolean) @ line=48
DAndroid.bp3 // Build rules for ART run-test `997-single-step`.
16 name: "art-run-test-997-single-step",
21 ":art-run-test-997-single-step-expected-stdout",
22 ":art-run-test-997-single-step-expected-stderr",
28 name: "art-run-test-997-single-step-expected-stdout",
29 out: ["art-run-test-997-single-step-expected-stdout.txt"],
36 name: "art-run-test-997-single-step-expected-stderr",
37 out: ["art-run-test-997-single-step-expected-stderr.txt"],
Dinfo.txt1 Test basic JVMTI single step functionality.
3 Ensures that we can receive single step events from JVMTI.
/art/test/2243-single-step-default/
DAndroid.bp3 // Build rules for ART run-test `2243-single-step-default`.
16 name: "art-run-test-2243-single-step-default",
21 ":art-run-test-2243-single-step-default-expected-stdout",
22 ":art-run-test-2243-single-step-default-expected-stderr",
28 name: "art-run-test-2243-single-step-default-expected-stdout",
29 out: ["art-run-test-2243-single-step-default-expected-stdout.txt"],
36 name: "art-run-test-2243-single-step-default-expected-stderr",
37 out: ["art-run-test-2243-single-step-default-expected-stderr.txt"],
/art/test/1941-dispose-stress/
Dinfo.txt1 Test basic JVMTI single step functionality.
3 Ensures that we can receive single step events from JVMTI.
/art/test/168-vmstack-annotated/src/
DMain.java40 step(locks, barriers); in run()
43 private void step(List<Object> l, List<CyclicBarrier> b) { in step() method in Main.Runner
62 step(l, b); in step()
71 step(l, b); in step()
84 step(l, b); in step()
/art/test/071-dexfile-map-clean/
Dinfo.txt10 (i.e. there is no extraction step)
/art/compiler/optimizing/
Dloop_optimization.h349 HInstruction* step);
357 HInstruction* step,
381 HInstruction* step);
Dloop_optimization.cc1582 HInstruction* step, in GenerateNewLoopScalarOrTraditional() argument
1594 GenerateNewLoopBodyOnce(node, induc_type, step); in GenerateNewLoopScalarOrTraditional()
1604 HInstruction* step) { in GenerateNewLoopPredicated() argument
1633 GenerateNewLoopBodyOnce(node, induc_type, step); in GenerateNewLoopPredicated()
1674 HInstruction* step) { in GenerateNewLoopBodyOnce() argument
1718 vector_index_ = new (global_allocator_) HAdd(induc_type, vector_index_, step); in GenerateNewLoopBodyOnce()
/art/test/
DREADME.arm_fvp.md35 To test SVE on Arm FVP, one extra step is needed when following the instructions above;
50 the standard chroot method described in test/README.chroot.md with an additional step,
DREADME.md36 if the test's directory contains a Bash script named after the step
37 (i.e. `build`, `run`, or `check`). Note that the default logic of the "run" step
41 After the execution of a run-test, the check step's default behavior
72 control-flow graphs (CFGs) for compiled methods at each step (pass) in the
DREADME.chroot.md173 * Workaround: Run `m clean-oat-host` before the build step
/art/build/apex/
Druntests.sh94 -B, --skip-build skip the build step
/art/tools/jvmti-agents/titrace/
DREADME.md32 If this step is skipped, attaching the agent will not succeed.
/art/tools/compiler-explorer/
Dcompiler-explorer.md117 Note: Although this step is not required, having boot images makes dex2oat generate better code.
/art/build/
DREADME.md37 `lunch` step can be skipped. Instead use `banchan` to initialize an
/art/test/1954-pop-frame-jit/
Dexpected-stdout.jvm.txt10 Test stopped on single step
Dexpected-stdout.txt10 Test stopped on single step
/art/test/1956-pop-frame-jit-calling/
Dexpected-stdout.jvm.txt10 Test stopped on single step
Dexpected-stdout.txt10 Test stopped on single step
/art/test/1953-pop-frame/
Dexpected-stdout.txt10 Test stopped on single step
Dexpected-stdout.no-jvm.txt10 Test stopped on single step
/art/test/1955-pop-frame-jit-called/
Dexpected-stdout.jvm.txt10 Test stopped on single step
Dexpected-stdout.txt10 Test stopped on single step

12