Searched refs:swap_offsets_ (Results 1 – 3 of 3) sorted by relevance
200 return swap_offsets_; in SwapOffsets()207 return swap_offsets_; in SwapOffsets()310 swap_offsets_.emplace_back(PAGE_SWAP_OFFSET(p)); in ReadVmaStats()317 swap_offsets_.clear(); in ReadVmaStats()326 swap_offsets_.clear(); in ReadVmaStats()
102 std::vector<uint16_t> swap_offsets_; variable
82 swap_offsets_ = procmem->SwapOffsets(); in ProcessRecord()89 for (auto& off : swap_offsets_) { in CalculateSwap()105 const std::vector<uint16_t>& SwapOffsets() const { return swap_offsets_; } in SwapOffsets()117 std::vector<uint16_t> swap_offsets_; member