Home | History | Annotate | Download | only in src

Lines Matching defs:Access

1266   enum Access { REGULAR, OVERFLOWED };
1287 ConstantPoolEntry::Access AddEntry(int position, intptr_t value,
1294 ConstantPoolEntry::Access AddEntry(int position, double value) {
1299 // Previews the access type required for the next new entry to be added.
1300 ConstantPoolEntry::Access NextAccess(ConstantPoolEntry::Type type) const;
1321 ConstantPoolEntry::Access AddEntry(ConstantPoolEntry& entry,
1324 void EmitGroup(Assembler* assm, ConstantPoolEntry::Access access,