Lines Matching defs:details
313 PropertyDetails details = descs.GetDetails(i);
314 switch (details.location()) {
325 details.PrintAsFastTo(os, PropertyDetails::kForProperties);
326 if (details.location() == PropertyLocation::kField) {
327 int field_index = details.field_index();
876 // property details (in case of a property dictionary). No leading space
1084 PropertyDetails details = this->DetailsAt(bucket);
1092 details.PrintAsSlowTo(os, false);
1679 os << "\n - details: ";
1680 PropertyDetails details = property_details(kAcquireLoad);
1681 details.PrintAsSlowTo(os, true);
1682 os << "\n - cell_type: " << details.cell_type();
2660 PropertyDetails details = GetDetails(descriptor);
2661 details.PrintAsFastTo(os, mode);
2663 switch (details.location()) {