/art/runtime/gc/ |
D | verification.cc | 199 CollectRootVisitor(ObjectSet* visited, WorkQueue* work) : visited_(visited), work_(work) {} in CollectRootVisitor() argument 218 std::deque<std::pair<mirror::Object*, std::string>> work; in FirstPathFromRootSet() local 220 CollectRootVisitor root_visitor(&visited, &work); in FirstPathFromRootSet() 223 while (!work.empty()) { in FirstPathFromRootSet() 224 auto pair = work.front(); in FirstPathFromRootSet() 225 work.pop_front(); in FirstPathFromRootSet() 235 work.emplace_back(obj, oss.str()); in FirstPathFromRootSet()
|
/art/test/2029-contended-monitors/src/ |
D | Main.java | 144 private long runMultiple(int n, Runnable work) { in runMultiple() argument 149 threads[i] = new Thread(work); in runMultiple() 166 private void runAll(Runnable work, Runnable init, Runnable checker) { in runAll() argument 170 long time = runMultiple(i, work); in runAll()
|
/art/test/800-smali/smali/ |
D | b_22411633_1.smali | 17 # Just some random work. 23 # Some more random work, technically dead, but reachable.
|
D | b_27799205_6.smali | 5 # Make sure that non-merged types still work.
|
D | b_22411633_3.smali | 21 # Just some random work.
|
/art/test/2038-hiddenapi-jvmti-ext/ |
D | info.txt | 1 Tests that the JVMTI set/get_hidden_api_enforcement_policy extensions work
|
/art/test/122-npe/ |
D | info.txt | 1 Test that our NPE checks and stack traces work.
|
/art/test/705-register-conflict/ |
D | info.txt | 1 Tests if blocked fp register work correctly on optimizing compiler.
|
/art/test/178-app-image-native-method/ |
D | info.txt | 1 Tests that native methods in app image using compiled stubs or Generic JNI work correctly.
|
/art/test/1934-jvmti-signal-thread/ |
D | info.txt | 3 Tests that the StopThread and InterruptThread functions work as expected.
|
/art/test/521-checker-array-set-null/ |
D | info.txt | 2 optimizations to remove type checks on array set operations work.
|
/art/test/114-ParallelGC/src/ |
D | Main.java | 80 work(); in run() 92 private void work() throws Exception { in work() method in Main
|
/art/test/1931-monitor-events/ |
D | info.txt | 3 Tests that the basic monitor-events work as we expect them to.
|
/art/test/984-obsolete-invoke/ |
D | info.txt | 4 not work.
|
/art/test/975-iface-private/ |
D | info.txt | 5 This test checks that synthetic private methods in interfaces work correctly.
|
/art/test/2022-Invariantloops/ |
D | info.txt | 1 …is case, since the invariants gets used later in the loop constant calculation sinking doesnt work.
|
/art/test/951-threaded-obsolete/ |
D | info.txt | 3 This test ensures that obsolete methods will work even if the obsolete method is
|
/art/test/071-dexfile/ |
D | info.txt | 2 work on other VMs.
|
/art/test/1958-transform-try-jit/ |
D | info.txt | 1 Tests that JVMTI transformation seems to work even when we try to get a method
|
/art/test/087-gc-after-link/ |
D | info.txt | 8 This test is not expected to work for the reference implementation.
|
/art/test/086-null-super/ |
D | info.txt | 7 This test is not expected to work for the reference implementation.
|
/art/test/071-dexfile-map-clean/ |
D | info.txt | 1 Exercise Dalvik-specific DEX file feature. Will not work on RI.
|
/art/test/1948-obsolete-const-method-handle/ |
D | info.txt | 1 Tests that obsolete methods work correctly in the presence of const-method-type.
|
/art/tools/jvmti-agents/ |
D | README.md | 4 runtime. Most of these work on both the RI and ART, on both host and device.
|
/art/build/apex/ |
D | Android.bp | 44 // installed in `/system` for the ART Buildbot set-up to work properly. This is 62 // dependencies work with APEX libraries. 144 // TODO: Make it work with clang lld. 150 // TODO: Make it work with clang lld. 156 // FIXME: Does not work as-is, because `ahat` is defined in tools/ahat/Android.mk 175 // installed in `/system` for the ART Buildbot set-up to work properly. This is 186 // dependencies work with APEX libraries.
|