Home
last modified time | relevance | path

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

/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.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
Dinfo.txt1 Test basic JVMTI single step functionality.
3 Ensures that we can receive single step events from JVMTI.
/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.java39 step(locks, barriers); in run()
42 private void step(List<Object> l, List<CyclicBarrier> b) { in step() method in Main.Runner
61 step(l, b); in step()
70 step(l, b); in step()
83 step(l, b); in step()
/art/test/071-dexfile-map-clean/
Dinfo.txt10 (i.e. there is no extraction step)
/art/build/apex/
Druntests.sh69 -B, --skip-build skip the build step
/art/test/
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
DREADME.chroot.md91 * Workaround: Run `m clean-oat-host` before the build step
Drun-test586 run_args+=(--no-app-image --jvmti-step-stress)
DAndroid.bp693 "997-single-step/src/art/Test997.java",
834 "997-single-step/expected.txt",
/art/tools/jvmti-agents/titrace/
DREADME.md32 If this step is skipped, attaching the agent will not succeed.
/art/compiler/optimizing/
Dloop_optimization.h179 HInstruction* step,
Dloop_optimization.cc1218 HInstruction* step, in GenerateNewLoop() argument
1259 vector_index_ = new (global_allocator_) HAdd(induc_type, vector_index_, step); in GenerateNewLoop()
/art/runtime/interpreter/mterp/
DREADME.txt64 output files without requiring this separate step, but we're not yet
/art/test/1953-pop-frame/
Dexpected.txt10 Test stopped on single step
/art/test/1955-pop-frame-jit-called/
Dexpected.txt10 Test stopped on single step
/art/test/1956-pop-frame-jit-calling/
Dexpected.txt10 Test stopped on single step
/art/test/1954-pop-frame-jit/
Dexpected.txt10 Test stopped on single step
/art/test/1968-force-early-return/
Dexpected.txt19 Test stopped on single step
/art/test/1969-force-early-return-void/
Dexpected.txt19 Test stopped on single step
/art/test/1970-force-early-return-long/
Dexpected.txt19 Test stopped on single step
/art/test/955-methodhandles-smali/smali/
DMain.smali233 # This throws WrongMethodTypeException as it's a two step conversion int->long->Long or int->Intege…