Searched refs:GetInstructionIntervals (Results 1 – 2 of 2) sorted by relevance
85 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals() function89 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals() function
778 auto it = disasm_info_->GetInstructionIntervals().find(instruction); in PrintInstruction()779 if (it != disasm_info_->GetInstructionIntervals().end() in PrintInstruction()