Home
last modified time | relevance | path

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

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