Searched refs:kMaxInlineSlots (Results 1 – 1 of 1) sorted by relevance
56 const intptr_t kMaxInlineSlots = 64; in InternalGetExistingThreadLocal() local57 const intptr_t kMaxSlots = kMaxInlineSlots + 1024; in InternalGetExistingThreadLocal()61 if (index < kMaxInlineSlots) { in InternalGetExistingThreadLocal()68 kPointerSize * (index - kMaxInlineSlots)); in InternalGetExistingThreadLocal()