Searched refs:kMaxInlineSlots (Results 1 – 1 of 1) sorted by relevance
91 const intptr_t kMaxInlineSlots = 64; in InternalGetExistingThreadLocal() local92 const intptr_t kMaxSlots = kMaxInlineSlots + 1024; in InternalGetExistingThreadLocal()95 if (index < kMaxInlineSlots) { in InternalGetExistingThreadLocal()102 kPointerSize * (index - kMaxInlineSlots)); in InternalGetExistingThreadLocal()