Home | History | Annotate | Download | only in src

Lines Matching refs:WeakFixedArray

96 //         - WeakFixedArray
949 V(WeakFixedArray) \
2185 // Alternative implementation of WeakFixedArray::NullCallback.
2773 class WeakFixedArray : public FixedArray {
2775 // If |maybe_array| is not a WeakFixedArray, a fresh one will be allocated.
2778 static Handle<WeakFixedArray> Add(Handle<Object> maybe_array,
2810 WeakFixedArray* list_;
2818 DECLARE_CAST(WeakFixedArray)
2824 static Handle<WeakFixedArray> Allocate(
2825 Isolate* isolate, int size, Handle<WeakFixedArray> initialize_from);
2827 static void Set(Handle<WeakFixedArray> array, int index,
2838 DISALLOW_IMPLICIT_CONSTRUCTORS(WeakFixedArray);
6366 // [prototype_users]: WeakFixedArray containing maps using this prototype,
6594 WeakFixedArray::Iterator iterator_;
7138 WeakFixedArray::Iterator sfi_iterator_;