Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 36) sorted by relevance

12

/art/runtime/gc/
Dverification.cc200 CollectRootVisitor(ObjectSet* visited, WorkQueue* work) : visited_(visited), work_(work) {} in CollectRootVisitor() argument
219 std::deque<std::pair<mirror::Object*, std::string>> work; in FirstPathFromRootSet() local
221 CollectRootVisitor root_visitor(&visited, &work); in FirstPathFromRootSet()
224 while (!work.empty()) { in FirstPathFromRootSet()
225 auto pair = work.front(); in FirstPathFromRootSet()
226 work.pop_front(); in FirstPathFromRootSet()
236 work.emplace_back(obj, oss.str()); in FirstPathFromRootSet()
/art/test/800-smali/smali/
Db_22411633_1.smali17 # Just some random work.
23 # Some more random work, technically dead, but reachable.
Db_27799205_6.smali5 # Make sure that non-merged types still work.
Db_22411633_3.smali21 # Just some random work.
Db_22411633_2.smali31 # Dummy work to separate blocks. At this point, v4 is of type Reference<Object>.
/art/test/122-npe/
Dinfo.txt1 Test that our NPE checks and stack traces work.
/art/test/705-register-conflict/
Dinfo.txt1 Tests if blocked fp register work correctly on optimizing compiler.
/art/test/1934-jvmti-signal-thread/
Dinfo.txt3 Tests that the StopThread and InterruptThread functions work as expected.
/art/test/521-checker-array-set-null/
Dinfo.txt2 optimizations to remove type checks on array set operations work.
/art/test/984-obsolete-invoke/
Dinfo.txt4 not work.
/art/test/1931-monitor-events/
Dinfo.txt3 Tests that the basic monitor-events work as we expect them to.
/art/test/114-ParallelGC/src/
DMain.java80 work(); in run()
92 private void work() throws Exception { in work() method in Main
/art/test/975-iface-private/
Dinfo.txt5 This test checks that synthetic private methods in interfaces work correctly.
/art/test/951-threaded-obsolete/
Dinfo.txt3 This test ensures that obsolete methods will work even if the obsolete method is
/art/test/071-dexfile/
Dinfo.txt2 work on other VMs.
/art/test/1958-transform-try-jit/
Dinfo.txt1 Tests that JVMTI transformation seems to work even when we try to get a method
/art/test/087-gc-after-link/
Dinfo.txt8 This test is not expected to work for the reference implementation.
/art/test/086-null-super/
Dinfo.txt7 This test is not expected to work for the reference implementation.
/art/build/apex/
DAndroid.bp18 // installed in `/system` for the ART Buildbot set-up to work properly. This is
35 // dependencies work with APEX libraries.
105 // TODO: Make it work with clang lld.
111 // TODO: Make it work with clang lld.
117 // FIXME: Does not work as-is, because `ahat` is defined in tools/ahat/Android.mk
141 // installed in `/system` for the ART Buildbot set-up to work properly. This is
153 // dependencies work with APEX libraries.
/art/test/071-dexfile-map-clean/
Dinfo.txt1 Exercise Dalvik-specific DEX file feature. Will not work on RI.
/art/tools/jvmti-agents/
DREADME.md4 runtime. Most of these work on both the RI and ART, on both host and device.
/art/test/1948-obsolete-const-method-handle/
Dinfo.txt1 Tests that obsolete methods work correctly in the presence of const-method-type.
/art/test/590-infinite-loop-with-nop/smali/
DTestCase.smali26 # Add a field to work around
/art/
DNOTICE48 "Work" shall mean the work of authorship, whether in Source or
50 copyright notice that is included in or attached to the work
53 "Derivative Works" shall mean any work, whether in Source or Object
56 represent, as a whole, an original work of authorship. For the purposes
61 "Contribution" shall mean any work of authorship, including
174 work stoppage, computer failure or malfunction, or any and all
/art/tools/dexanalyze/
Ddexanalyze_strings.cc268 std::vector<MatchTrie*> work(1, this); in ExtractPrefixes() local
269 while (!work.empty()) { in ExtractPrefixes()
270 MatchTrie* elem = work.back(); in ExtractPrefixes()
271 work.pop_back(); in ExtractPrefixes()
275 work.push_back(child.get()); in ExtractPrefixes()

12