Lines Matching full:tmp_details
3508 PropertyDetails tmp_details = tmp_descriptors->GetDetails(i);
3509 DCHECK_EQ(next_kind, tmp_details.kind());
3510 DCHECK_EQ(next_attributes, tmp_details.attributes());
3518 if (next_location == kField && tmp_details.location() == kDescriptor) break;
3520 Representation tmp_representation = tmp_details.representation();
3524 PropertyLocation tmp_location = tmp_details.location();
3602 PropertyDetails tmp_details = tmp_descriptors->GetDetails(i);
3603 DCHECK_EQ(next_kind, tmp_details.kind());
3604 DCHECK_EQ(next_attributes, tmp_details.attributes());