Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.h43 struct SlowPathCodeInfo { struct
90 const ArenaVector<SlowPathCodeInfo>& GetSlowPathIntervals() const { return slow_path_intervals_; } in GetSlowPathIntervals()
92 ArenaVector<SlowPathCodeInfo>* GetSlowPathIntervals() { return &slow_path_intervals_; } in GetSlowPathIntervals()
97 ArenaVector<SlowPathCodeInfo> slow_path_intervals_;
Dgraph_visualizer.cc797 for (SlowPathCodeInfo info : disasm_info_->GetSlowPathIntervals()) { in DumpDisassemblyBlockForSlowPaths()