Searched refs:GetSlowPathIntervals (Results 1 – 2 of 2) sorted by relevance
92 const ArenaVector<SlowPathCodeInfo>& GetSlowPathIntervals() const { return slow_path_intervals_; } in GetSlowPathIntervals() function94 ArenaVector<SlowPathCodeInfo>* GetSlowPathIntervals() { return &slow_path_intervals_; } in GetSlowPathIntervals() function
301 !disasm_info_->GetSlowPathIntervals().empty(); in PrintExceptionHandlers()843 if (disasm_info_->GetSlowPathIntervals().empty()) { in DumpDisassemblyBlockForSlowPaths()853 for (SlowPathCodeInfo info : disasm_info_->GetSlowPathIntervals()) { in DumpDisassemblyBlockForSlowPaths()