Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/proto/
Dv8_tracker.h119 struct IsolateKey { struct
121 size_t operator()(const IsolateKey& v) const { in operator() argument
126 bool operator==(const IsolateKey& other) const {
130 bool operator!=(const IsolateKey& other) const { return !(*this == other); }
182 base::FlatHashMap<IsolateKey, std::optional<IsolateId>, IsolateKey::Hasher>
Dv8_tracker.cc152 const IsolateKey isolate_key{ in InternIsolate()