Home | History | Annotate | Download | only in src

Lines Matching refs:HashMap

594 ScriptCache::ScriptCache(Isolate* isolate) : HashMap(HashMap::PointersMatch),
622 HashMap::Entry* entry =
623 HashMap::Lookup(reinterpret_cast<void*>(id), Hash(id), true);
643 for (HashMap::Entry* entry = Start(); entry != NULL; entry = Next(entry)) {
665 for (HashMap::Entry* entry = Start(); entry != NULL; entry = Next(entry)) {
673 HashMap::Clear();
688 HashMap::Entry* entry = script_cache->Lookup(key, hash, false);