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

  /external/v8/src/js/
collection.js 76 function ComputeIntegerHash(key, seed) {
87 %SetForceInlineFlag(ComputeIntegerHash);
91 return ComputeIntegerHash(key, 0);
  /external/v8/src/
utils.h 407 inline uint32_t ComputeIntegerHash(uint32_t key, uint32_t seed) {
433 return ComputeIntegerHash(
    [all...]

Completed in 1671 milliseconds