Lines Matching defs:access
74 // By definition, merged entries have regular access.
76 ConstantPoolEntry::Access access =
81 if (entry->sharing_ok() && !merged && access == ConstantPoolEntry::REGULAR) {
89 if (merged || info.overflow()) return access;
91 if (access == ConstantPoolEntry::REGULAR) {
97 return access;
126 ConstantPoolEntry::Access access,
138 if (access == ConstantPoolEntry::REGULAR) {
143 if (access == ConstantPoolEntry::REGULAR) {
147 DCHECK(access == ConstantPoolEntry::OVERFLOWED);
162 entry_access = access;
193 // Emit in groups based on access and type.