Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dprototype-info-inl.h58 set_empty_slot_index(array, index); in BOOL_ACCESSORS()
65 void PrototypeUsers::set_empty_slot_index(WeakArrayList array, int index) { in set_empty_slot_index() function
Dprototype-info.h80 static inline void set_empty_slot_index(WeakArrayList array, int index);
Dobjects.cc4296 set_empty_slot_index(*array, kNoEmptySlotsMarker); in Add()
4328 set_empty_slot_index(*array, next_empty_slot); in Add()
4380 set_empty_slot_index(*new_array, kNoEmptySlotsMarker); in Compact()