Searched defs:join (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dgvn_test.cc144 HBasicBlock* join = new (&allocator) HBasicBlock(graph); local
147 graph->AddBlock(join);
151 then->AddSuccessor(join);
152 else_->AddSuccessor(join);
174 join->AddInstruction(new (&allocator) HInstanceFieldGet(parameter,
183 join->AddInstruction(new (&allocator) HExit());
193 ASSERT_TRUE(join->GetFirstInstruction()->IsExit());
H A Dregister_allocator_test.cc486 HBasicBlock* join = new (allocator) HBasicBlock(graph); local
489 graph->AddBlock(join);
493 then->AddSuccessor(join);
494 else_->AddSuccessor(join);
499 join->AddPhi(*phi);
520 join->AddInstruction(new (allocator) HExit());
/art/test/004-checker-UnsafeTest18/src/
H A DMain.java130 // Thread fork/join.
144 private static void join() { method in class:Main
147 sThreads[i].join();
150 throw new Error("Failed join: " + e);
204 join();
213 join();
222 join();
233 join();
242 join();
281 join();
[all...]

Completed in 164 milliseconds