Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dgraph_visualizer.h84 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals() function
88 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals() function
H A Dgraph_visualizer.cc773 auto it = disasm_info_->GetInstructionIntervals().find(instruction); in PrintInstruction()
774 if (it != disasm_info_->GetInstructionIntervals().end() in PrintInstruction()