Lines Matching full:constantpoolentry
122 ConstantPoolEntry::Access access;
125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR);
155 ConstantPoolEntry::Access access;
158 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
168 ConstantPoolEntry::Access access;
171 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
448 ConstantPoolEntry::Access access;
451 pc, constant_pool, access, ConstantPoolEntry::INTPTR));
493 ConstantPoolEntry::Access* access) {
505 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
506 : ConstantPoolEntry::REGULAR);
513 ConstantPoolEntry::Access* access) {
527 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
528 : ConstantPoolEntry::REGULAR);
535 ConstantPoolEntry::Access access,
536 ConstantPoolEntry::Type type) {
537 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
539 ConstantPoolEntry::Access access_check =
540 static_cast<ConstantPoolEntry::Access>(-1);
557 int pc_offset, int offset, ConstantPoolEntry::Access access,
558 ConstantPoolEntry::Type type) {
560 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
563 ConstantPoolEntry::Access access_check =
564 static_cast<ConstantPoolEntry::Access>(-1);
591 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
592 ConstantPoolEntry::Type type) {
626 ConstantPoolEntry::Access access;
629 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target;