HomeSort by relevance Sort by last modified time
    Searched refs:SlowPathCodeInfo (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
graph_visualizer.h 43 struct SlowPathCodeInfo {
90 const ArenaVector<SlowPathCodeInfo>& GetSlowPathIntervals() const { return slow_path_intervals_; }
92 ArenaVector<SlowPathCodeInfo>* GetSlowPathIntervals() { return &slow_path_intervals_; }
97 ArenaVector<SlowPathCodeInfo> slow_path_intervals_;
graph_visualizer.cc 676 for (SlowPathCodeInfo info : disasm_info_->GetSlowPathIntervals()) {

Completed in 880 milliseconds