Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
Dprofile-data-reader.cc72 ProfileDataFromFileInternal& counters_and_hash = in EnsureInitProfileData() local
76 counters_and_hash.AddCountToBlock(id, count); in EnsureInitProfileData()
88 ProfileDataFromFileInternal& counters_and_hash = in EnsureInitProfileData() local
93 CHECK_IMPLIES(counters_and_hash.hash_has_value(), in EnsureInitProfileData()
94 counters_and_hash.hash() == hash); in EnsureInitProfileData()
95 counters_and_hash.set_hash(hash); in EnsureInitProfileData()