Home | History | Annotate | Download | only in crankshaft

Lines Matching full:isreadonly

5584       if (access_type == STORE && it->IsReadOnly()) return kUseGeneric;
6131 if (it.IsFound() && it.IsReadOnly() && !it.IsConfigurable()) {
6302 if (!IsLoad() && IsProperty() && IsReadOnly()) {
6421 if (IsFound()) return IsLoad() || !IsReadOnly();
8699 return descriptors->GetDetails(number).IsReadOnly();