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

  /external/v8/src/
background-parsing-task.cc 28 source->hash_seed = isolate->heap()->HashSeed();
factory.cc 170 Utf8StringKey key(string, isolate()->heap()->HashSeed());
183 OneByteStringKey key(string, isolate()->heap()->HashSeed());
196 TwoByteStringKey key(string, isolate()->heap()->HashSeed());
    [all...]
json-parser.h 721 uint32_t running_hash = isolate()->heap()->HashSeed();
profile-generator.cc 28 : hash_seed_(heap->HashSeed()), names_(StringsMatch) {
parser.h 631 info->isolate()->heap()->HashSeed(),
    [all...]
heap-snapshot-generator.cc 701 heap_->HashSeed());
    [all...]
objects.h     [all...]
objects-inl.h 550 chars, length_, string_->GetHeap()->HashSeed());
    [all...]
objects.cc     [all...]
hydrogen.cc     [all...]
  /external/v8/test/cctest/
test-hashing.cc 125 uint32_t runtime_hash = ComputeIntegerHash(key, isolate->heap()->HashSeed());
test-parsing.cc 807 CcTest::i_isolate()->heap()->HashSeed());
    [all...]
  /external/v8/src/heap/
heap.h 74 V(Smi, hash_seed, HashSeed) \
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc     [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc     [all...]

Completed in 671 milliseconds