Home | History | Annotate | Download | only in src

Lines Matching defs:access

1707 ConstantPoolEntry::Access ConstantPoolBuilder::NextAccess(
1737 ConstantPoolEntry::Access ConstantPoolBuilder::AddEntry(
1759 // By definition, merged entries have regular access.
1761 ConstantPoolEntry::Access access =
1766 if (entry.sharing_ok() && !merged && access == ConstantPoolEntry::REGULAR) {
1774 if (merged || info.overflow()) return access;
1776 if (access == ConstantPoolEntry::REGULAR) {
1782 return access;
1813 ConstantPoolEntry::Access access,
1825 if (access == ConstantPoolEntry::REGULAR) {
1830 if (access == ConstantPoolEntry::REGULAR) {
1834 DCHECK(access == ConstantPoolEntry::OVERFLOWED);
1845 ConstantPoolEntry::Access entry_access;
1849 entry_access = access;
1881 // Emit in groups based on access and type.