Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Dgraph_visualizer.h45 struct SlowPathCodeInfo { struct
92 const ArenaVector<SlowPathCodeInfo>& GetSlowPathIntervals() const { return slow_path_intervals_; } in GetSlowPathIntervals()
94 ArenaVector<SlowPathCodeInfo>* GetSlowPathIntervals() { return &slow_path_intervals_; } in GetSlowPathIntervals()
99 ArenaVector<SlowPathCodeInfo> slow_path_intervals_;
H A Dgraph_visualizer.cc853 for (SlowPathCodeInfo info : disasm_info_->GetSlowPathIntervals()) { in DumpDisassemblyBlockForSlowPaths()