/external/v8/src/js/ |
D | weak-collection.js | 15 var GetHash; 24 GetHash = from.GetHash; 71 return %WeakCollectionSet(this, key, value, GetHash(key)); 145 return %WeakCollectionSet(this, value, true, GetHash(value));
|
D | collection.js | 112 function GetHash(key) { class 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;
|
D | object-observe.js | 14 var GetHash; 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/ |
D | profile-generator.h | 97 uint32_t GetHash() const; 169 static uint32_t CodeEntryHash(CodeEntry* entry) { return entry->GetHash(); } in CodeEntryHash()
|
D | profile-generator.cc | 56 uint32_t CodeEntry::GetHash() const { in GetHash() function in v8::internal::CodeEntry 270 function_ids_.LookupOrInsert(code_entry, code_entry->GetHash()); in GetFunctionId()
|
D | heap-snapshot-generator.h | 504 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()), in InfoHash()
|
D | heap-snapshot-generator.cc | 697 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash()); in GenerateId() 2435 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel()); in IsEquivalent() 2437 virtual intptr_t GetHash() { return hash_; } in GetHash() function in v8::internal::NativeGroupRetainedObjectInfo
|
/external/v8/include/ |
D | v8-profiler.h | 594 virtual intptr_t GetHash() = 0;
|
/external/v8/test/cctest/ |
D | test-global-handles.cc | 67 virtual intptr_t GetHash() { return 0; } in GetHash() function in TestRetainedObjectInfo
|
D | test-heap-profiler.cc | 1423 return GetHash() == other->GetHash(); in IsEquivalent() 1425 virtual intptr_t GetHash() { return hash_; } in GetHash() function in __anon735c2ca60511::TestRetainedObjectInfo
|
D | test-api.cc | 2494 original_hash = i::Handle<i::Object>(i_global_proxy->GetHash(), i_isolate); in GlobalProxyIdentityHash()
|
/external/v8/test/cctest/heap/ |
D | test-mark-compact.cc | 373 virtual intptr_t GetHash() { return 0; } in GetHash() function in TestRetainedObjectInfo
|
/external/v8/src/ |
D | objects-inl.h | 7424 return Smi::cast(key->GetHash())->value(); in Hash() 7430 return Smi::cast(other->GetHash())->value(); in HashForObject()
|
D | objects.h | 1326 Object* GetHash(); 3820 Object* hash = key->GetHash(); in KeyToFirstEntry()
|
D | objects.cc | 1476 Object* Object::GetHash() { in GetHash() function in v8::internal::Object 1497 return Smi::FromInt(FastD2I(num))->GetHash(); in GetSimpleHash() 18535 Object* hash = key->GetHash(); in Lookup() 18591 Object* hash = key->GetHash(); in Remove() 18809 Object* hash = key->GetHash(); in Rehash()
|