Home
last modified time | relevance | path

Searched defs:AddInstruction (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes_test.cc97 TEST(Node, AddInstruction) { in TEST() argument
Dnodes.cc483 void HBasicBlock::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HBasicBlock
622 void HInstructionList::AddInstruction(HInstruction* instruction) { in AddInstruction() function in art::HInstructionList