Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.cc84 HInstructionBuilder::HInstructionBuilder(HGraph* graph, in HInstructionBuilder() function in art::HInstructionBuilder
117 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const { in FindBlockStartingAt()
121 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) { in GetLocalsFor()
130 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation( in GetLocalsForWithAllocation()
159 inline HInstruction* HInstructionBuilder::ValueOfLocalAt(HBasicBlock* block, size_t local) { in ValueOfLocalAt()
164 void HInstructionBuilder::InitializeBlockLocals() { in InitializeBlockLocals()
252 void HInstructionBuilder::PropagateLocalsToCatchBlocks() { in PropagateLocalsToCatchBlocks()
281 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) { in AppendInstruction()
286 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction) { in InsertInstructionAtTop()
295 void HInstructionBuilder::InitializeInstruction(HInstruction* instruction) { in InitializeInstruction()
[all …]
Dbuilder.cc116 HInstructionBuilder instruction_builder(graph_, in BuildGraph()
184 HInstructionBuilder instruction_builder(graph_, in BuildIntrinsicGraph()
Dinstruction_builder.h49 class HInstructionBuilder : public ValueObject {
51 HInstructionBuilder(HGraph* graph,
343 DISALLOW_COPY_AND_ASSIGN(HInstructionBuilder);