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

  /system/extras/memory_replay/
Pointers.h 44 size_t GetHash(uintptr_t key_pointer);
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) {
  /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 112 function GetHash(key) {
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;
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/include/
v8-profiler.h 594 virtual intptr_t GetHash() = 0;
  /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/src/profiler/
profile-generator.h 97 uint32_t GetHash() const;
169 static uint32_t CodeEntryHash(CodeEntry* entry) { return entry->GetHash(); }
profile-generator.cc 56 uint32_t CodeEntry::GetHash() const {
270 function_ids_.LookupOrInsert(code_entry, code_entry->GetHash());
heap-snapshot-generator.h 504 return ComputeIntegerHash(static_cast<uint32_t>(info->GetHash()),
heap-snapshot-generator.cc 697 SnapshotObjectId id = static_cast<SnapshotObjectId>(info->GetHash());
    [all...]
  /external/v8/test/cctest/heap/
test-mark-compact.cc 373 virtual intptr_t GetHash() { return 0; }
  /external/v8/test/cctest/
test-global-handles.cc 67 virtual intptr_t GetHash() { return 0; }
test-heap-profiler.cc     [all...]
test-api.cc     [all...]
  /external/v8/src/
objects-inl.h     [all...]
objects.h     [all...]
objects.cc     [all...]

Completed in 152 milliseconds