Lines Matching defs:fields
467 // Merge the information we have about the fields.
555 AbstractFields& fields =
558 if (fields[index]) {
559 fields[index] = fields[index]->Extend(object, info, zone);
561 fields[index] = zone->New<AbstractField>(object, info, zone);
633 // Kill everything except for const fields
1028 // Kill all potentially aliasing fields and record the new value.
1380 // transitions. We kill the the fields later when all the transitions are
1439 // We currently only track fields that are at least tagged pointer sized.