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

  /external/v8/src/
scopeinfo.h 198 static const int kLength = 256;
229 static Key keys_[kLength];
230 static uint32_t values_[kLength];
heap.h     [all...]
scopeinfo.cc 539 return static_cast<int>((addr_hash ^ name->Hash()) % kLength);
578 for (int index = 0; index < kLength; index++) keys_[index].code = NULL;
582 ContextSlotCache::Key ContextSlotCache::keys_[ContextSlotCache::kLength];
585 uint32_t ContextSlotCache::values_[ContextSlotCache::kLength];
heap.cc     [all...]

Completed in 26 milliseconds