Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.h85 const ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>& GetInstructionIntervals() const { in GetInstructionIntervals() function
89 ArenaSafeMap<const HInstruction*, GeneratedCodeInterval>* GetInstructionIntervals() { in GetInstructionIntervals() function
Dgraph_visualizer.cc778 auto it = disasm_info_->GetInstructionIntervals().find(instruction); in PrintInstruction()
779 if (it != disasm_info_->GetInstructionIntervals().end() in PrintInstruction()