Searched refs:GetHash (Results 1 - 15 of 15) sorted by relevance

/external/v8/src/js/
H A Dweak-collection.js15 var GetHash; variable
24 GetHash = from.GetHash;
71 return %WeakCollectionSet(this, key, value, GetHash(key));
145 return %WeakCollectionSet(this, value, true, GetHash(value));
H A Dcollection.js112 function GetHash(key) { function
121 %SetForceInlineFlag(GetHash);
160 var hash = GetHash(key);
336 var hash = GetHash(key);
376 var hash = GetHash(key);
388 var hash = GetHash(key);
475 to.GetHash = GetHash;
H A Dobject-observe.js14 var GetHash; variable
21 GetHash = from.GetHash;
202 object, objectInfo, GetHash(object));
210 GetHash(object));
216 notifier, GetHash(notifier));
225 notifier, objectInfo, GetHash(notifier));
337 GetHash(callback));
343 callback, callbackInfo, GetHash(callback));
/external/v8/src/profiler/
H A Dprofile-generator.h97 uint32_t GetHash() const;
169 static uint32_t CodeEntryHash(CodeEntry* entry) { return entry->GetHash(); }
H A Dprofile-generator.cc56 uint32_t CodeEntry::GetHash() const { function in class:v8::internal::CodeEntry
270 function_ids_.LookupOrInsert(code_entry, code_entry->GetHash());
H A Dheap-snapshot-generator.h504 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
H A Dheap-snapshot-generator.cc697 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
2435 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2437 virtual intptr_t GetHash() { return hash_; } function in class:v8::internal::NativeGroupRetainedObjectInfo
/external/v8/include/
H A Dv8-profiler.h594 virtual intptr_t GetHash() = 0;
/external/v8/test/cctest/heap/
H A Dtest-mark-compact.cc373 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
/external/v8/test/cctest/
H A Dtest-global-handles.cc67 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc1423 return GetHash() == other->GetHash();
1425 virtual intptr_t GetHash() { return hash_; } function in class:__anon18323::TestRetainedObjectInfo
H A Dtest-api.cc2494 original_hash = i::Handle<i::Object>(i_global_proxy->GetHash(), i_isolate);
/external/v8/src/
H A Dobjects.cc1476 Object* Object::GetHash() { function in class:v8::internal::Object
1497 return Smi::FromInt(FastD2I(num))->GetHash();
17761 // GetHash.
18535 Object* hash = key->GetHash();
18591 Object* hash = key->GetHash();
18809 Object* hash = key->GetHash();
H A Dobjects-inl.h7424 return Smi::cast(key->GetHash())->value();
7430 return Smi::cast(other->GetHash())->value();
H A Dobjects.h1326 Object* GetHash();
3739 // equality operator and Object::GetHash() for the hash function.
3820 Object* hash = key->GetHash();

Completed in 386 milliseconds