Searched defs:AddInstruction (Results 1 – 2 of 2) sorted by relevance
/art/compiler/optimizing/ | ||
D | nodes_test.cc | 97 TEST(Node, AddInstruction) { in TEST() argument |
D | nodes.cc | 483 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock |