Searched refs:HInstructionBuilder (Results 1 – 3 of 3) sorted by relevance
86 HInstructionBuilder::HInstructionBuilder(HGraph* graph, in HInstructionBuilder() function in art::HInstructionBuilder119 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const { in FindBlockStartingAt()123 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { in GetLocalsFor()132 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation()161 inline HInstruction* HInstructionBuilder::ValueOfLocalAt(HBasicBlock* block, size_t local) { in ValueOfLocalAt()166 void HInstructionBuilder::InitializeBlockLocals() { in InitializeBlockLocals()254 void HInstructionBuilder::PropagateLocalsToCatchBlocks() { in PropagateLocalsToCatchBlocks()283 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) { in AppendInstruction()288 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction) { in InsertInstructionAtTop()297 void HInstructionBuilder::InitializeInstruction(HInstruction* instruction) { in InitializeInstruction()[all …]
105 HInstructionBuilder instruction_builder(graph_, in BuildGraph()172 HInstructionBuilder instruction_builder(graph_, in BuildIntrinsicGraph()
50 class HInstructionBuilder : public ValueObject {52 HInstructionBuilder(HGraph* graph,344 DISALLOW_COPY_AND_ASSIGN(HInstructionBuilder);