Home | History | Annotate | Download | only in src

Lines Matching defs:kElementsOffset

1234   Object* array = READ_FIELD(this, kElementsOffset);
1245 reinterpret_cast<FixedArray*>(READ_FIELD(this, kElementsOffset));
1369 WRITE_FIELD(this, kElementsOffset, value);
1370 CONDITIONAL_WRITE_BARRIER(GetHeap(), this, kElementsOffset, value, mode);
1390 WRITE_FIELD(this, kElementsOffset, GetHeap()->empty_fixed_array());
4281 reinterpret_cast<FixedArrayBase*>(READ_FIELD(this, kElementsOffset));