HomeSort by relevance Sort by last modified time
    Searched defs:GetHash (Results 1 - 10 of 10) sorted by null

  /external/v8/src/js/
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));
collection.js 113 function GetHash(key) {
122 %SetForceInlineFlag(GetHash);
161 var hash = GetHash(key);
345 var hash = GetHash(key);
385 var hash = GetHash(key);
397 var hash = GetHash(key);
491 to.GetHash = GetHash;
  /system/extras/memory_replay/
Pointers.cpp 78 size_t index = GetHash(key_pointer);
91 size_t index = GetHash(key_pointer);
105 size_t Pointers::GetHash(uintptr_t key_pointer) {
  /art/runtime/
intern_table.h 148 int32_t GetHash() const { return hash_; }
165 std::size_t operator()(const Utf8String& key) const { return key.GetHash(); }
  /external/v8/test/cctest/
test-global-handles.cc 67 virtual intptr_t GetHash() { return 0; }
test-heap-profiler.cc     [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 362 virtual intptr_t GetHash() { return 0; }
  /external/v8/src/profiler/
profile-generator.cc 97 uint32_t CodeEntry::GetHash() const {
324 function_ids_.LookupOrInsert(code_entry, code_entry->GetHash());
heap-snapshot-generator.cc 688 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
    [all...]
  /external/v8/src/
objects.cc     [all...]

Completed in 75 milliseconds