Searched defs:work (Results 1 – 4 of 4) sorted by relevance
92 private void work() throws Exception { in work() method in Main
144 private long runMultiple(int n, Runnable work) { in runMultiple()166 private void runAll(Runnable work, Runnable init, Runnable checker) { in runAll()
199 CollectRootVisitor(ObjectSet* visited, WorkQueue* work) : visited_(visited), work_(work) {} in CollectRootVisitor()218 std::deque<std::pair<mirror::Object*, std::string>> work; in FirstPathFromRootSet() local
268 std::vector<MatchTrie*> work(1, this); in ExtractPrefixes() local