Searched refs:kCodesStartIndex (Results 1 – 3 of 3) sorted by relevance
160 Set(kCodesStartIndex + i, object); in set_object_at()164 return Get(kCodesStartIndex + i); in object_at()168 Set(kCodesStartIndex + i, in clear_at()173 Set(kCodesStartIndex + to, Get(kCodesStartIndex + from)); in copy()
674 static const int kCodesStartIndex = 2; variable
15261 if (entries->length() < kCodesStartIndex + count + 1) { in InsertWeakCode()15276 isolate->factory()->NewWeakFixedArray(kCodesStartIndex + 1, TENURED)); in New()15286 int capacity = kCodesStartIndex + DependentCode::Grow(entries->count()); in EnsureSpace()