Home | History | Annotate | Download | only in ppc

Lines Matching defs:access

122     ConstantPoolEntry::Access access;
123 if (Assembler::IsConstantPoolLoadStart(pc_, &access))
125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR);
155 ConstantPoolEntry::Access access;
157 IsConstantPoolLoadEnd(pc - 3 * kInstrSize, &access)) {
158 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
168 ConstantPoolEntry::Access access;
170 IsConstantPoolLoadStart(pc, &access)) {
171 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
448 ConstantPoolEntry::Access access;
449 if (IsConstantPoolLoadStart(pc, &access))
451 pc, constant_pool, access, ConstantPoolEntry::INTPTR));
486 // 1) REGULAR access:
489 // 2) OVERFLOWED access:
493 ConstantPoolEntry::Access* access) {
504 if (access) {
505 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
513 ConstantPoolEntry::Access* access) {
526 if (access) {
527 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
535 ConstantPoolEntry::Access access,
537 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
539 ConstantPoolEntry::Access access_check =
540 static_cast<ConstantPoolEntry::Access>(-1);
542 DCHECK(access_check == access);
557 int pc_offset, int offset, ConstantPoolEntry::Access access,
560 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
563 ConstantPoolEntry::Access access_check =
564 static_cast<ConstantPoolEntry::Access>(-1);
566 DCHECK(access_check == access);
591 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
595 addr += GetConstantPoolOffset(pc, access, type);
626 ConstantPoolEntry::Access access;
627 if (IsConstantPoolLoadStart(pc, &access)) {
629 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target;