Home
last modified time | relevance | path

Searched refs:kSecondaryMagic (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/ic/
Dstub-cache.h88 static const int kSecondaryMagic = 0xb16ca6e5; variable
Dstub-cache.cc53 uint32_t key = (seed - name_low32bits) + kSecondaryMagic; in SecondaryOffset()
Daccessor-assembler.cc2280 hash = Int32Add(hash, Int32Constant(StubCache::kSecondaryMagic)); in StubCacheSecondaryOffset()