Home
last modified time | relevance | path

Searched refs:SetBlockOfInstructions (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dnodes.cc2073 new_block->instructions_.SetBlockOfInstructions(new_block); in SplitBefore()
2119 new_block->instructions_.SetBlockOfInstructions(new_block); in SplitBeforeForInlining()
2147 new_block->instructions_.SetBlockOfInstructions(new_block); in SplitAfterForInlining()
2280 void HInstructionList::SetBlockOfInstructions(HBasicBlock* block) const { in SetBlockOfInstructions() function in art::HInstructionList
2498 other->instructions_.SetBlockOfInstructions(this); in MergeInstructionsWith()
2558 other->instructions_.SetBlockOfInstructions(this); in MergeWithInlined()
2721 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock()); in InlineInto()
Dnodes.h177 void SetBlockOfInstructions(HBasicBlock* block) const;