Home | History | Annotate | Download | only in compiler

Lines Matching refs:details

247       PropertyDetails const details = descriptors->GetDetails(number);
250 if (details.IsReadOnly()) {
254 if (details.kind() == kData && !holder.is_null()) {
261 if (details.type() == DATA_CONSTANT) {
266 } else if (details.type() == DATA) {
268 Representation field_representation = details.representation();
277 // Extract the field type from the property details (make sure its
438 PropertyDetails const details =
441 if (details.IsReadOnly()) return false;
443 if (details.type() != DATA) return false;
444 int const index = details.field_index();
445 Representation field_representation = details.representation();
454 // Extract the field type from the property details (make sure its