Searched refs:HInstructionBuilder (Results 1 – 3 of 3) sorted by relevance
44 HInstructionBuilder::HInstructionBuilder(HGraph* graph, in HInstructionBuilder() function in art::HInstructionBuilder81 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const { in FindBlockStartingAt()85 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { in GetLocalsFor()94 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation()123 inline HInstruction* HInstructionBuilder::ValueOfLocalAt(HBasicBlock* block, size_t local) { in ValueOfLocalAt()128 void HInstructionBuilder::InitializeBlockLocals() { in InitializeBlockLocals()216 void HInstructionBuilder::PropagateLocalsToCatchBlocks() { in PropagateLocalsToCatchBlocks()245 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) { in AppendInstruction()250 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction) { in InsertInstructionAtTop()259 void HInstructionBuilder::InitializeInstruction(HInstruction* instruction) { in InitializeInstruction()[all …]
124 HInstructionBuilder instruction_builder(graph_, in BuildGraph()195 HInstructionBuilder instruction_builder(graph_, in BuildIntrinsicGraph()
51 class HInstructionBuilder : public ValueObject {53 HInstructionBuilder(HGraph* graph,343 DISALLOW_COPY_AND_ASSIGN(HInstructionBuilder);