Home
last modified time | relevance | path

Searched refs:HInstructionBuilder (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.cc86 HInstructionBuilder::HInstructionBuilder(HGraph* graph, in HInstructionBuilder() function in art::HInstructionBuilder
119 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 …]
Dbuilder.cc105 HInstructionBuilder instruction_builder(graph_, in BuildGraph()
172 HInstructionBuilder instruction_builder(graph_, in BuildIntrinsicGraph()
Dinstruction_builder.h50 class HInstructionBuilder : public ValueObject {
52 HInstructionBuilder(HGraph* graph,
344 DISALLOW_COPY_AND_ASSIGN(HInstructionBuilder);