Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.h59 instruction_intervals_(std::less<const HInstruction*>(), allocator->Adapter()),
67 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval()
83 return instruction_intervals_; in GetInstructionIntervals()
87 return &instruction_intervals_; in GetInstructionIntervals()
96 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval> instruction_intervals_; variable