Searched refs:Hash (Results 151 - 175 of 272) sorted by path

1234567891011

/external/chromium_org/v8/src/
H A Ddebug.h164 static uint32_t Hash(int key) { function in class:v8::internal::ScriptCache
H A Dhashmap.h341 return Iterator(this, this->Lookup(key, key->Hash(), insert, allocator));
H A Dheap-snapshot-generator.cc725 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), false);
732 HashMap::Entry* cache_entry = entries_.Lookup(thing, Hash(thing), true);
751 return entries_.Lookup(object, HeapEntriesMap::Hash(object), false) != NULL;
758 entries_.Lookup(object, HeapEntriesMap::Hash(object), true);
765 entries_.Lookup(object, HeapEntriesMap::Hash(object), false);
776 entries_.Lookup(object, HeapEntriesMap::Hash(object), true);
H A Dheap-snapshot-generator.h288 static uint32_t Hash(HeapThing thing) { function in class:v8::internal::HeapEntriesMap
H A Dhydrogen-bce.cc25 uint32_t Hash() { function in class:v8::internal::BoundsCheckKey
310 &(Lookup(key, key->Hash(), true, ZoneAllocationPolicy(zone))->value));
317 Lookup(key, key->Hash(), true, ZoneAllocationPolicy(zone))->value = data;
322 Remove(key, key->Hash());
H A Dinterface.cc17 ZoneHashMap::Entry* p = map->Lookup(name.location(), name->Hash(), false,
H A Djson-parser.h774 DCHECK_EQ(static_cast<int>(result->Hash()),
H A Dlog-utils.cc169 Append("hash %x)", symbol->Hash());
H A Dlog.cc85 AppendHex(symbol->Hash());
203 name_buffer_->AppendHex(Name::cast(source)->Hash());
881 ApiEvent("api,check-security,symbol(hash %x)", Symbol::cast(key)->Hash());
886 Symbol::cast(key)->Hash());
1053 uint32_t hash = symbol->Hash();
1133 msg.Append(",1,symbol(hash %x)", prefix, symbol->Hash());
1138 symbol->Hash());
H A Dobjects-debug.cc203 CHECK_GT(Hash(), 0);
1154 uint32_t hash = GetSortedKey(i)->Hash();
1178 uint32_t hash = GetSortedKey(i)->Hash();
H A Dobjects-inl.h504 virtual uint32_t Hash() OVERRIDE {
516 return String::cast(other)->Hash();
545 virtual uint32_t Hash() OVERRIDE {
557 return String::cast(other)->Hash();
594 virtual uint32_t Hash() OVERRIDE {
603 return String::cast(other)->Hash();
607 if (hash_field_ == 0) Hash();
896 return map->Hash() % NormalizedMapCache::kEntries;
2763 uint32_t hash = name->Hash();
2771 uint32_t mid_hash = mid_name->Hash();
6465 uint32_t Name::Hash() { function in class:v8::internal::Code::FindAndReplacePattern::Name
6572 uint32_t IteratingStringHasher::Hash(String* string, uint32_t seed) { function in class:v8::internal::Code::FindAndReplacePattern::IteratingStringHasher
6828 uint32_t UnseededNumberDictionaryShape::Hash(uint32_t key) { function in class:v8::internal::Code::FindAndReplacePattern::UnseededNumberDictionaryShape
6866 uint32_t NameDictionaryShape::Hash(Handle<Name> key) { function in class:v8::internal::Code::FindAndReplacePattern::NameDictionaryShape
6894 uint32_t ObjectHashTableShape::Hash(Handle<Object> key) { function in class:v8::internal::Code::FindAndReplacePattern::ObjectHashTableShape
6924 uint32_t WeakHashTableShape<entrysize>::Hash(Handle<Object> key) { function in class:v8::internal::Code::FindAndReplacePattern::WeakHashTableShape
[all...]
H A Dobjects-printer.cc424 os << " - hash: " << Hash();
H A Dobjects.cc843 uint32_t hash = Name::cast(this)->Hash();
847 uint32_t hash = Oddball::cast(this)->to_string()->Hash();
1044 if (is_internalized) self->Hash(); // Force regeneration of the hash value.
1104 if (is_internalized) self->Hash(); // Force regeneration of the hash value.
1474 os << "<Symbol: " << symbol->Hash();
7457 return name->Hash() ^ flags;
7460 uint32_t Hash() OVERRIDE { return NameFlagsHashHelper(*name_, flags_); }
7500 int entry = new_cache->FindInsertionEntry(key.Hash());
7603 hash ^= maps->at(i)->Hash();
7608 uint32_t Hash() OVERRID
9002 int Map::Hash() { function in class:v8::internal::Map
[all...]
H A Dobjects.h3155 // static uint32_t Hash(Key key);
3174 static uint32_t Hash(Key key) { return 0; } function in class:v8::internal::BaseShape
3177 return Hash(key);
3190 inline uint32_t Hash(Key key) { function in class:v8::internal::HashTable
3194 return Shape::Hash(key);
3372 virtual uint32_t Hash() = 0;
3388 static inline uint32_t Hash(HashTableKey* key) { function in class:v8::internal::StringTableShape
3389 return key->Hash();
3449 static inline uint32_t Hash(HashTableKey* key) { function in class:v8::internal::MapCacheShape
3450 return key->Hash();
7845 static inline uint32_t Hash(HashTableKey* key) { function in class:v8::internal::CompilationCacheShape
7946 static inline uint32_t Hash(HashTableKey* key) { function in class:v8::internal::CodeCacheHashTableShape
[all...]
H A Druntime.cc6277 subject->Hash(); // Force hash calculation.
H A Dscanner.cc1246 uint32_t hash = Hash(key, is_one_byte);
1309 uint32_t DuplicateFinder::Hash(Vector<const uint8_t> key, bool is_one_byte) { function in class:v8::internal::DuplicateFinder
H A Dscanner.h173 static uint32_t Hash(Vector<const uint8_t> key, bool is_one_byte);
H A Dscopeinfo.cc422 int ContextSlotCache::Hash(Object* data, String* name) { function in class:v8::internal::ContextSlotCache
426 return static_cast<int>((addr_hash ^ name->Hash()) % kLength);
433 int index = Hash(data, name);
456 int index = Hash(*data, *internalized_name);
486 int index = Hash(*data, *name);
H A Dscopeinfo.h46 inline static int Hash(Object* data, String* name);
H A Dserialize.cc448 const_cast<HashMap&>(encodings_).Lookup(key, Hash(key), false);
456 HashMap::Entry* entry = encodings_.Lookup(key, Hash(key), true);
731 virtual uint32_t Hash() OVERRIDE { return hash_; }
734 return String::cast(key)->Hash();
2065 int checksum = Version::Hash();
2068 checksum = static_cast<int>(IteratingStringHasher::Hash(string, seed));
/external/chromium_org/v8/src/heap/
H A Dheap.cc2955 uint32_t hash = key_string->Hash();
2989 uint32_t hash = key_string->Hash();
5897 int KeyedLookupCache::Hash(Handle<Map> map, Handle<Name> name) { function in class:v8::KeyedLookupCache
5902 return static_cast<uint32_t>((addr_hash ^ name->Hash()) & kCapacityMask);
5908 int index = (Hash(map, name) & kHashMask);
5932 int index = (Hash(map, name) & kHashMask);
H A Dheap.h2276 static inline int Hash(Handle<Map> map, Handle<Name> name);
2310 int index = Hash(source, name);
2320 int index = Hash(source, name);
2342 static int Hash(Object* source, Name* name) { function in class:v8::internal::DescriptorLookupCache
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc3708 Immediate(Smi::FromInt(name->Hash() +
3741 __ push(Immediate(name->Hash()));
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc3870 Smi::FromInt(name->Hash() + NameDictionary::GetProbeOffset(i))));
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.cc3907 Operand(name->Hash() + NameDictionary::GetProbeOffset(i)));

Completed in 6842 milliseconds

1234567891011