Searched refs:instruction_intervals_ (Results 1 – 1 of 1) sorted by relevance
59 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