Home
last modified time | relevance | path

Searched refs:GetSlowPathIntervals (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dgraph_visualizer.h90 const ArenaVector<SlowPathCodeInfo>& GetSlowPathIntervals() const { return slow_path_intervals_; } in GetSlowPathIntervals() function
92 ArenaVector<SlowPathCodeInfo>* GetSlowPathIntervals() { return &slow_path_intervals_; } in GetSlowPathIntervals() function
Dgraph_visualizer.cc278 !disasm_info_->GetSlowPathIntervals().empty()) { in PrintExceptionHandlers()
787 if (disasm_info_->GetSlowPathIntervals().empty()) { in DumpDisassemblyBlockForSlowPaths()
797 for (SlowPathCodeInfo info : disasm_info_->GetSlowPathIntervals()) { in DumpDisassemblyBlockForSlowPaths()
Dcode_generator_mips64.cc1015 for (auto& it : *disasm_info_->GetSlowPathIntervals()) { in Finalize()
Dcode_generator_mips.cc1069 for (auto& it : *disasm_info_->GetSlowPathIntervals()) { in Finalize()