Home
last modified time | relevance | path

Searched refs:kInnerPointerToCodeCacheSize (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dframes-inl.h42 static const int kInnerPointerToCodeCacheSize = 1024; variable
43 InnerPointerToCodeCacheEntry cache_[kInnerPointerToCodeCacheSize];
Dframes.cc2453 DCHECK(base::bits::IsPowerOfTwo(kInnerPointerToCodeCacheSize)); in GetCacheEntry()
2456 uint32_t index = hash & (kInnerPointerToCodeCacheSize - 1); in GetCacheEntry()