Lines Matching refs:parent
104 // - If the corresponding objects have inheritence the parent's Verify method
502 // If there is a parent map it must be non-stable.
503 Map parent = Map::cast(GetBackPointer());
504 CHECK(!parent.is_stable());
506 if (descriptors == parent.instance_descriptors(isolate)) {
507 if (NumberOfOwnDescriptors() == parent.NumberOfOwnDescriptors() + 1) {
509 // ownership from the parent map.
510 CHECK(!parent.owns_descriptors());
512 CHECK_EQ(NumberOfOwnDescriptors(), parent.NumberOfOwnDescriptors());
514 // ownership from the parent map unless it uses the canonical empty
517 CHECK_IMPLIES(owns_descriptors(), !parent.owns_descriptors());
518 CHECK_IMPLIES(parent.owns_descriptors(), !owns_descriptors());
859 CHECK(!parent().IsConsString());
860 CHECK(!parent().IsSlicedString());