Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes.cc1853 new_block->instructions_.SetBlockOfInstructions(new_block); in SplitBefore()
1899 new_block->instructions_.SetBlockOfInstructions(new_block); in SplitBeforeForInlining()
1927 new_block->instructions_.SetBlockOfInstructions(new_block); in SplitAfterForInlining()
2060 void HInstructionList::SetBlockOfInstructions(HBasicBlock* block) const { in SetBlockOfInstructions() function in art::HInstructionList
2270 other->instructions_.SetBlockOfInstructions(this); in MergeInstructionsWith()
2330 other->instructions_.SetBlockOfInstructions(this); in MergeWithInlined()
2475 body->GetInstructions().SetBlockOfInstructions(invoke->GetBlock()); in InlineInto()
Dnodes.h166 void SetBlockOfInstructions(HBasicBlock* block) const;