Searched refs:PointersMatch (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/v8/src/
H A Dinterface.cc63 ZoneHashMap(ZoneHashMap::PointersMatch,
H A Dallocation-tracker.cc199 id_to_function_info_index_(HashMap::PointersMatch),
H A Dhashmap.h80 static bool PointersMatch(void* key1, void* key2) { function in class:v8::internal::TemplateHashMapImpl
H A Dserialize.h333 serialization_map_(new HashMap(HashMap::PointersMatch)) { }
H A Dserialize.cc420 : encodings_(HashMap::PointersMatch),
513 NameMap() : impl_(HashMap::PointersMatch) {}
H A Dscopes.cc28 : ZoneHashMap(ZoneHashMap::PointersMatch, 8, ZoneAllocationPolicy(zone)),
H A Dheap-snapshot-generator.cc720 : entries_(HashMap::PointersMatch) {
739 : entries_(HashMap::PointersMatch) {
H A Dbootstrapper.cc2269 Genesis::ExtensionStates::ExtensionStates() : map_(HashMap::PointersMatch, 8) {}
H A Ddebug.cc591 ScriptCache::ScriptCache(Isolate* isolate) : HashMap(HashMap::PointersMatch),

Completed in 289 milliseconds