Searched refs:GetHash (Results 1 - 25 of 53) sorted by last modified time

123

/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc67 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
H A Dtest-heap-profiler.cc1407 return GetHash() == other->GetHash();
1409 virtual intptr_t GetHash() { return hash_; } function in class:__anon17406::TestRetainedObjectInfo
H A Dtest-mark-compact.cc373 virtual intptr_t GetHash() { return 0; } function in class:TestRetainedObjectInfo
/external/chromium_org/v8/include/
H A Dv8-profiler.h557 virtual intptr_t GetHash() = 0;
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc697 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
2447 return hash_ == other->GetHash() && !strcmp(label_, other->GetLabel());
2449 virtual intptr_t GetHash() { return hash_; } function in class:v8::internal::NativeGroupRetainedObjectInfo
H A Dheap-snapshot-generator.h491 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
H A Dobjects-inl.h6895 return Smi::cast(key->GetHash())->value();
6901 return Smi::cast(other->GetHash())->value();
H A Dobjects.cc835 Object* Object::GetHash() { function in class:v8::internal::Object
857 Handle<Object> hash(object->GetHash(), isolate);
14591 // GetHash.
15265 Object* hash = key->GetHash();
15308 Object* hash = key->GetHash();
15493 Object* hash = key->GetHash();
15537 Object* hash = key->GetHash();
H A Dobjects.h1169 Object* GetHash();
3799 // equality operator and Object::GetHash() for the hash function.
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DRetainedDOMInfo.cpp64 intptr_t RetainedDOMInfo::GetHash() function in class:blink::RetainedDOMInfo
H A DRetainedDOMInfo.h48 virtual intptr_t GetHash() OVERRIDE;
/external/chromium_org/net/disk_cache/blockfile/
H A Dbackend_impl.cc780 uint32 hash = cache_entry->GetHash();
792 uint32 hash = entry->GetHash();
839 uint32 i = entry->GetHash() & mask_;
H A Dbackend_impl_v3.cc129 uint32 hash = entry->GetHash();
H A Dentry_impl.cc402 uint32 EntryImpl::GetHash() { function in class:disk_cache::EntryImpl
H A Dentry_impl.h65 uint32 GetHash();
H A Dentry_impl_v3.cc308 uint32 EntryImplV3::GetHash() { function in class:disk_cache::EntryImplV3
H A Dentry_impl_v3.h45 uint32 GetHash();
47 uint32 GetHash() const;
/external/chromium_org/content/browser/download/
H A Dbase_file.cc217 bool BaseFile::GetHash(std::string* hash) { function in class:content::BaseFile
H A Dbase_file.h98 virtual bool GetHash(std::string* hash);
H A Dbase_file_unittest.cc276 base_file_->GetHash(&hash);
319 EXPECT_FALSE(base_file_->GetHash(&hash));
341 base_file_->GetHash(&hash);
363 EXPECT_FALSE(base_file_->GetHash(&hash));
366 EXPECT_TRUE(base_file_->GetHash(&hash));
417 EXPECT_TRUE(second_file.GetHash(&hash));
H A Ddownload_file.h71 virtual bool GetHash(std::string* hash) = 0;
H A Ddownload_file_impl.cc235 bool DownloadFileImpl::GetHash(std::string* hash) { function in class:content::DownloadFileImpl
236 return file_.GetHash(hash);
331 if (!GetHash(&hash) || file_.IsEmptyHash(hash))
H A Ddownload_file_impl.h62 virtual bool GetHash(std::string* hash) OVERRIDE;
H A Ddownload_file_unittest.cc459 EXPECT_FALSE(download_file_->GetHash(&hash));
475 EXPECT_TRUE(download_file_->GetHash(&hash));
H A Ddownload_item_impl.cc631 const std::string& DownloadItemImpl::GetHash() const { function in class:content::DownloadItemImpl

Completed in 365 milliseconds

123