Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dcode-inl.h160 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()
Dcode.h674 static const int kCodesStartIndex = 2; variable
/external/v8/src/
Dobjects.cc15261 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()