HomeSort by relevance Sort by last modified time
    Searched refs:HInstructionBuilder (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
instruction_builder.cc 42 HInstructionBuilder::HInstructionBuilder(HGraph* graph,
80 HBasicBlock* HInstructionBuilder::FindBlockStartingAt(uint32_t dex_pc) const {
84 inline ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsFor(HBasicBlock* block) {
93 ScopedArenaVector<HInstruction*>* HInstructionBuilder::GetLocalsForWithAllocation(
122 inline HInstruction* HInstructionBuilder::ValueOfLocalAt(HBasicBlock* block, size_t local) {
127 void HInstructionBuilder::InitializeBlockLocals() {
215 void HInstructionBuilder::PropagateLocalsToCatchBlocks() {
244 void HInstructionBuilder::AppendInstruction(HInstruction* instruction) {
249 void HInstructionBuilder::InsertInstructionAtTop(HInstruction* instruction)
    [all...]
builder.cc 126 HInstructionBuilder instruction_builder(graph_,
198 HInstructionBuilder instruction_builder(graph_,
instruction_builder.h 49 class HInstructionBuilder : public ValueObject {
51 HInstructionBuilder(HGraph* graph,
352 DISALLOW_COPY_AND_ASSIGN(HInstructionBuilder);

Completed in 65 milliseconds