Searched refs:GetSlowPathIntervals (Results 1 – 4 of 4) sorted by relevance
90 const ArenaVector<SlowPathCodeInfo>& GetSlowPathIntervals() const { return slow_path_intervals_; } in GetSlowPathIntervals() function92 ArenaVector<SlowPathCodeInfo>* GetSlowPathIntervals() { return &slow_path_intervals_; } in GetSlowPathIntervals() function
278 !disasm_info_->GetSlowPathIntervals().empty()) { in PrintExceptionHandlers()787 if (disasm_info_->GetSlowPathIntervals().empty()) { in DumpDisassemblyBlockForSlowPaths()797 for (SlowPathCodeInfo info : disasm_info_->GetSlowPathIntervals()) { in DumpDisassemblyBlockForSlowPaths()
1015 for (auto& it : *disasm_info_->GetSlowPathIntervals()) { in Finalize()
1069 for (auto& it : *disasm_info_->GetSlowPathIntervals()) { in Finalize()