Home
last modified time | relevance | path

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

/external/v8/src/base/
Dhashmap-entry.h17 struct TemplateHashMapEntry { struct
22 TemplateHashMapEntry(Key key, Value value, uint32_t hash) in TemplateHashMapEntry() argument
35 struct TemplateHashMapEntry<Key*, Value> { argument
40 TemplateHashMapEntry(Key* key, Value value, uint32_t hash)
Dhashmap.h30 typedef TemplateHashMapEntry<Key, Value> Entry;
/external/v8/src/debug/
Ddebug-coverage.cc21 typedef base::TemplateHashMapEntry<SharedFunctionInfo*, uint32_t> Entry;
/external/v8/src/
Daddress-map.h22 typedef base::TemplateHashMapEntry<uintptr_t, uint32_t> Entry;