Home
last modified time | relevance | path

Searched refs:empty_slot_index (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dprototype-info-inl.h50 array.Set(index, MaybeObject::FromObject(empty_slot_index(array))); in BOOL_ACCESSORS()
54 Smi PrototypeUsers::empty_slot_index(WeakArrayList array) { in empty_slot_index() function
Dprototype-info.h76 static inline Smi empty_slot_index(WeakArrayList array);
Dobjects.cc4158 int empty_slot = Smi::ToInt(empty_slot_index(*array)); in Add()
4163 empty_slot = Smi::ToInt(empty_slot_index(*array)); in Add()
/external/v8/src/diagnostics/
Dobjects-debug.cc1448 int empty_slot = Smi::ToInt(empty_slot_index(array)); in Verify()