Searched refs:kMaxSlots (Results 1 – 1 of 1) sorted by relevance
92 const intptr_t kMaxSlots = kMaxInlineSlots + 1024; in InternalGetExistingThreadLocal() local94 DCHECK(0 <= index && index < kMaxSlots); in InternalGetExistingThreadLocal()