/art/test/003-omnibus-opcodes/src/ |
D | Main.java | 26 main.run(); in main() 34 public void run() { in run() method in Main 36 instField.run(); in run() 38 StaticField.run(); in run() 40 IntMath.run(); in run() 41 FloatMath.run(); in run() 42 Compare.run(); in run() 44 Monitor.run(); in run() 45 Switch.run(); in run() 46 Array.run(); in run() [all …]
|
/art/test/1925-self-frame-pop/src/art/ |
D | Test1925.java | 40 safepoint.run(); in recurTimesA() 48 safepoint.run(); in recurTimesB() 56 safepoint.run(); in recurTimesC() 64 safepoint.run(); in recurTimesD() 72 safepoint.run(); in recurTimesE() 80 safepoint.run(); in recurTimesF() 88 safepoint.run(); in recurTimesG() 96 safepoint.run(); in recurTimesH() 104 safepoint.run(); in recurTimesI() 112 safepoint.run(); in recurTimesJ() [all …]
|
/art/test/1926-missed-frame-pop/src/art/ |
D | Test1926.java | 40 safepoint.run(); in recurTimesA() 48 safepoint.run(); in recurTimesB() 56 safepoint.run(); in recurTimesC() 64 safepoint.run(); in recurTimesD() 72 safepoint.run(); in recurTimesE() 80 safepoint.run(); in recurTimesF() 88 safepoint.run(); in recurTimesG() 96 safepoint.run(); in recurTimesH() 104 safepoint.run(); in recurTimesI() 112 safepoint.run(); in recurTimesJ() [all …]
|
/art/test/1924-frame-pop-toggle/src/art/ |
D | Test1924.java | 40 safepoint.run(); in recurTimesA() 48 safepoint.run(); in recurTimesB() 56 safepoint.run(); in recurTimesC() 64 safepoint.run(); in recurTimesD() 72 safepoint.run(); in recurTimesE() 80 safepoint.run(); in recurTimesF() 88 safepoint.run(); in recurTimesG() 96 safepoint.run(); in recurTimesH() 104 safepoint.run(); in recurTimesI() 112 safepoint.run(); in recurTimesJ() [all …]
|
/art/test/1923-frame-pop/src/art/ |
D | Test1923.java | 40 safepoint.run(); in recurTimesA() 48 safepoint.run(); in recurTimesB() 56 safepoint.run(); in recurTimesC() 64 safepoint.run(); in recurTimesD() 72 safepoint.run(); in recurTimesE() 80 safepoint.run(); in recurTimesF() 88 safepoint.run(); in recurTimesG() 96 safepoint.run(); in recurTimesH() 104 safepoint.run(); in recurTimesI() 112 safepoint.run(); in recurTimesJ() [all …]
|
/art/test/ |
D | Android.run-test.mk | 139 test-art-host-run-test-dependencies : $(host_prereq_rules) 140 .PHONY: test-art-host-run-test-dependencies 141 test-art-target-run-test-dependencies : $(target_prereq_rules) 142 .PHONY: test-art-target-run-test-dependencies 143 test-art-run-test-dependencies : test-art-host-run-test-dependencies test-art-target-run-test-depen… 144 .PHONY: test-art-run-test-dependencies 148 define define-test-art-host-or-target-run-test-group 149 build_target := test-art-$(1)-run-test 153 $$(build_target) : test-art-$(1)-run-test-dependencies 160 $(call define-test-art-host-or-target-run-test-group,$(target)))) [all …]
|
D | README.md | 3 There are two suites of tests in this directory: run-tests and gtests. 5 The run-tests are identified by directories named with with a numeric 6 prefix and containing an info.txt file. For most run tests, the 18 All tests in either suite can be run using the "art/test.py" 19 script. Additionally, run-tests can be run individidually. All of the 20 tests can be run on the build host, on a USB-attached device, or using 23 To see command flags run: 53 ## Running all run-tests on the build host 59 ## Running all run-tests on the target device 65 ## Running one run-test on the build host [all …]
|
/art/test/712-varhandle-invocations/src/ |
D | SimpleTests.java | 29 new TestGuardSkips().run(); in main() 55 new TestGuardSkips().run(); in main() 56 new TestEqualsOK().run(); in main() 57 new TestEqualsOK2().run(); in main() 58 new TestExceptionsFail().run(); in main()
|
/art/test/047-returns/src/ |
D | Main.java | 24 pickOne(1).run(); in main() 28 pickOne(2).run(); in main() 32 pickOne(3).run(); in main() 52 public void run() { in run() method in ClassOne 62 public void run() { in run() method in ClassTwo 72 public void run() { in run() method in ClassThree
|
/art/test/109-suspend-check/src/ |
D | Main.java | 105 public void run() { in run() method in InfiniteWhileLoopWithSpecialReturnArgOrConst 118 public void run() { in run() method in InfiniteWhileLoopWithSpecialPutOrNop 132 public void run() { in run() method in InfiniteWhileLoopWithSpecialConstOrIGet 145 public void run() { in run() method in InfiniteWhileLoopWithSpecialConstOrIGetInTryCatch 158 public void run() { in run() method in InfiniteWhileLoopWithIntrinsic 169 public void run() { in run() method in InfiniteDoWhileLoopWithLong 181 public void run() { in run() method in InfiniteWhileLoop 190 public void run() { in run() method in InfiniteDoWhileLoop 199 public void run() { in run() method in InfiniteForLoop 208 public void run() { in run() method in MakeGarbage
|
/art/test/1922-owned-monitors-info/src/art/ |
D | Test1922.java | 44 public void run() { in run() method in Test1922.ThreadPauser 80 safepoint.run(); in lockClass() 86 safepoint.run(); in lockSync() 92 safepoint.run(); in lockExtra() 105 safepoint.run(); in lockOther() 111 safepoint.run(); in callSafepoint() 132 public void run() { in run() method in Test1922.PrintOwnedMonitorsStackDepthRunnable 143 public void run() { in run() method in Test1922.PrintOwnedMonitorsRunnable 149 public static void run() throws Exception { in run() method in Test1922 158 (t) -> { new PrintOwnedMonitorsRunnable(t).run(); }); in run() [all …]
|
/art/test/996-breakpoint-obsolete/src/art/ |
D | Test996.java | 36 public void run(Runnable r) { in run() method in Test996.Transform 37 r.run(); in run() 107 public static void run() throws Exception { in run() method in Test996 127 t.run(() -> {}); in run() 130 t.run(() -> { in run() 139 t.run(() -> {}); in run() 146 t.run(() -> {}); in run()
|
/art/test/800-smali/smali/ |
D | b_27799205_helper.smali | 9 invoke-static {}, LB27799205_1;->run()V 16 invoke-static {}, LB27799205_2;->run()V 23 invoke-static {}, LB27799205_3;->run()V 30 invoke-static {}, LB27799205_4;->run()V 37 invoke-static {}, LB27799205_5;->run()V 44 invoke-static {}, LB27799205_6;->run()V
|
/art/runtime/gc/allocator/ |
D | rosalloc.cc | 503 Run* run = nullptr; in FreeInternal() local 526 run = reinterpret_cast<Run*>(base_ + pm_idx * kPageSize); in FreeInternal() 527 DCHECK_EQ(run->magic_num_, kMagicNum); in FreeInternal() 539 DCHECK(run != nullptr); in FreeInternal() 540 return FreeFromRun(self, ptr, run); in FreeInternal() 759 size_t RosAlloc::FreeFromRun(Thread* self, void* ptr, Run* run) { in FreeFromRun() argument 760 DCHECK_EQ(run->magic_num_, kMagicNum); in FreeFromRun() 761 DCHECK_LT(run, ptr); in FreeFromRun() 762 DCHECK_LT(ptr, run->End()); in FreeFromRun() 763 const size_t idx = run->size_bracket_idx_; in FreeFromRun() [all …]
|
/art/ |
D | Android.mk | 50 $(ADB) shell rm -rf data/run-test/test-*/dalvik-cache/* 93 include $(art_path)/test/Android.run-test.mk 151 .PHONY: test-art-run-test 152 test-art-run-test: test-art-host-run-test test-art-target-run-test 163 VIXL_TEST_DEPENDENCY := run-vixl-tests 172 test-art-host: test-art-host-gtest test-art-host-run-test \ 178 test-art-host-default: test-art-host-run-test-default 183 test-art-host-optimizing: test-art-host-run-test-optimizing 188 test-art-host-interpreter: test-art-host-run-test-interpreter 193 test-art-host-jit: test-art-host-run-test-jit [all …]
|
/art/test/684-checker-simd-dotprod/src/ |
D | Main.java | 26 TestByte.run(); in main() 27 TestCharShort.run(); in main() 28 TestVarious.run(); in main()
|
/art/test/961-default-iface-resolution-gen/ |
D | info.txt | 5 Obviously needs to run under ART or a Java 8 Language runtime and compiler. 7 When run smali test files are generated by the util-src/generate_smali.py 8 script. If we run with --jvm we will use the 13 return equivalent output when run multiple times and the expected output should 16 Do not modify the expected.txt file. It is generated on each run by
|
/art/test/970-iface-super-resolution-gen/ |
D | info.txt | 5 Obviously needs to run under ART or a Java 8 Language runtime and compiler. 7 When run smali test files are generated by the util-src/generate_smali.py 8 script. If we run with --jvm we will use the 13 return equivalent output when run multiple times and the expected output should 16 Do not modify the expected.txt file. It is generated on each run by
|
/art/test/964-default-iface-init-gen/ |
D | info.txt | 5 Obviously needs to run under ART or a Java 8 Language runtime and compiler. 7 When run smali test files are generated by the util-src/generate_smali.py 8 script. If we run with --jvm we will use the 13 return equivalent output when run multiple times and the expected output should 16 Do not modify the expected.txt file. It is generated on each run by
|
/art/test/968-default-partial-compile-gen/ |
D | info.txt | 6 Obviously needs to run under ART or a Java 8 Language runtime and compiler. 8 When run smali test files are generated by the util-src/generate_smali.py 9 script. If we run with --jvm we will use the util-src/generate_java.py script 13 return equivalent output when run multiple times and the expected output should 16 Do not modify the expected.txt file. It is generated on each run by
|
/art/test/971-iface-super/ |
D | info.txt | 6 Obviously needs to run under ART or a Java 8 Language runtime and compiler. 8 When run smali test files are generated by the util-src/generate_smali.py 9 script. If we run with --jvm we will use the util-src/generate_java.py script 13 return equivalent output when run multiple times and the expected output should 16 Do not modify the expected.txt file. It is generated on each run by
|
/art/test/908-gc-start-finish/src/art/ |
D | Test908.java | 22 public static void run() throws Exception { in run() method in Test908 33 run(l); in doTest() 36 run(l); in doTest() 39 private static void run(ArrayList<Object> l) { in run() method in Test908
|
/art/test/800-smali/ |
D | info.txt | 2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav… 4 Obviously needs to run under Dalvik or ART.
|
/art/test/679-locks/src/ |
D | Main.java | 24 TestSync.run(); in main() 27 public static void run() { in run() method in Main 39 public static void run() { in run() method in TestSync
|
/art/test/909-attach-agent/ |
D | run | 32 ./default-run "$@" --android-runtime-option -Xplugin:${plugin} \ 38 ./default-run "$@" --android-runtime-option -Xcompiler-option \ 43 ./default-run "$@" --args agent:${agent}=909-attach-agent --external-log-tags 46 ./default-run "$@" --args agent:${agent}=909-attach-agent \
|