Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dplatform.h92 const intptr_t kMaxSlots = kMaxInlineSlots + 1024; in InternalGetExistingThreadLocal() local
94 DCHECK(0 <= index && index < kMaxSlots); in InternalGetExistingThreadLocal()