Home | History | Annotate | Download | only in src

Lines Matching defs:fa

4252   FixedArray* fa = reinterpret_cast<FixedArray*>(data());
4254 return READ_FIELD(fa, offset);
4267 FixedArray* fa = reinterpret_cast<FixedArray*>(data());
4269 fa->set_unchecked(index, Smi::cast(value));
4272 fa->set_unchecked(heap, index, value, SKIP_WRITE_BARRIER);