Searched refs:HInstructionBuilder (Results 1 – 3 of 3) sorted by relevance
45 HInstructionBuilder::HInstructionBuilder(HGraph* graph, in HInstructionBuilder() function in art::HInstructionBuilder80 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const { in FindBlockStartingAt()84 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { in GetLocalsFor()93 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation()122 inline HInstruction* HInstructionBuilder::ValueOfLocalAt(HBasicBlock* block, size_t local) { in ValueOfLocalAt()127 void HInstructionBuilder::InitializeBlockLocals() { in InitializeBlockLocals()215 void HInstructionBuilder::PropagateLocalsToCatchBlocks() { in PropagateLocalsToCatchBlocks()244 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) { in AppendInstruction()249 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction) { in InsertInstructionAtTop()258 void HInstructionBuilder::InitializeInstruction(HInstruction* instruction) { in InitializeInstruction()[all …]
119 HInstructionBuilder instruction_builder(graph_, in BuildGraph()188 HInstructionBuilder instruction_builder(graph_, in BuildIntrinsicGraph()
50 class HInstructionBuilder : public ValueObject {52 HInstructionBuilder(HGraph* graph,348 DISALLOW_COPY_AND_ASSIGN(HInstructionBuilder);