Home | History | Annotate | Download | only in compiler

Lines Matching refs:details

284       PropertyDetails const details = descriptors->GetDetails(number);
287 if (details.IsReadOnly()) {
291 if (details.kind() == kData && !holder.is_null()) {
298 switch (details.type()) {
307 Representation details_representation = details.representation();
321 // Extract the field type from the property details (make sure its
501 PropertyDetails const details =
504 if (details.IsReadOnly()) return false;
506 if (details.type() != DATA) return false;
507 int const index = details.field_index();
508 Representation details_representation = details.representation();
521 // Extract the field type from the property details (make sure its