Home
last modified time | relevance | path

Searched refs:block_counts_by_id_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/builtins/
H A Dprofile-data-reader.h26 return block_id < block_counts_by_id_.size() ? block_counts_by_id_[block_id] in GetCounter()
41 std::vector<double> block_counts_by_id_; member in v8::internal::ProfileDataFromFile
H A Dprofile-data-reader.cc30 if (block_counts_by_id_.size() <= block_id) { in AddCountToBlock()
32 block_counts_by_id_.resize(block_id + 1); in AddCountToBlock()
34 block_counts_by_id_[block_id] += count; in AddCountToBlock()

Completed in 1 milliseconds