Searched defs:SetBlockOfInstructions (Results 1 - 1 of 1) sorted by last modified time

/art/compiler/optimizing/
H A Dnodes.cc1446 new_block->instructions_.SetBlockOfInstructions(new_block);
1492 new_block->instructions_.SetBlockOfInstructions(new_block);
1520 new_block->instructions_.SetBlockOfInstructions(new_block);
1639 void HInstructionList::SetBlockOfInstructions(HBasicBlock* block) const { function in class:art::HInstructionList
1856 other->instructions_.SetBlockOfInstructions(this);
1903 other->instructions_.SetBlockOfInstructions(this);
2033 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock());

Completed in 8 milliseconds