Searched refs:instruction_intervals_ (Results 1 – 1 of 1) sorted by relevance
62 instruction_intervals_(std::less<const HInstruction*>(), allocator->Adapter()),70 instruction_intervals_.Put(instr, {start, end}); in AddInstructionInterval()86 return instruction_intervals_; in GetInstructionIntervals()90 return &instruction_intervals_; in GetInstructionIntervals()99 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval> instruction_intervals_; variable