Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/zone/
Dtype-stats.h28 StatsEntry& entry = map_[std::type_index(typeid(TypeTag))]; in AddAllocated()
41 StatsEntry& entry = map_[std::type_index(typeid(TypeTag))]; in AddDeallocated()
52 struct StatsEntry { struct
59 void Add(std::type_index type_id, const StatsEntry& other_entry) { in Add() argument
60 StatsEntry& entry = map_[type_id]; in Add()
67 using HashMap = std::unordered_map<std::type_index, StatsEntry>;
Dtype-stats.cc63 const StatsEntry& entry = item.second; in Dump()