Home | History | Annotate | Download | only in src

Lines Matching defs:fields

705   // reinitializing the fields.
751 // reinitializing the fields.
1206 // Iterate over all fields in the body. Assumes all are Object*.
1716 // occur as fields.
7985 // Allocate the fixed array for the fields.
7986 Object* fields = Heap::AllocateFixedArray(number_of_allocated_fields);
7987 if (fields->IsFailure()) return fields;
7989 // Fill in the instance descriptor and the fields.
8015 FixedArray::cast(fields)->set(offset, value);
8045 obj->set_properties(FixedArray::cast(fields));