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);
159 ConstantPoolEntry::Access access;
161 IsConstantPoolLoadEnd(pc - 3 * kInstrSize, &access)) {
162 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
172 ConstantPoolEntry::Access access;
174 IsConstantPoolLoadStart(pc, &access)) {
175 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
486 ConstantPoolEntry::Access access;
487 if (IsConstantPoolLoadStart(pc, &access))
489 pc, constant_pool, access, ConstantPoolEntry::INTPTR));
524 // 1) REGULAR access:
527 // 2) OVERFLOWED access:
531 ConstantPoolEntry::Access* access) {
542 if (access) {
543 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
551 ConstantPoolEntry::Access* access) {
564 if (access) {
565 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
573 ConstantPoolEntry::Access access,
575 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
577 ConstantPoolEntry::Access access_check =
578 static_cast<ConstantPoolEntry::Access>(-1);
580 DCHECK(access_check == access);
595 int pc_offset, int offset, ConstantPoolEntry::Access access,
598 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
601 ConstantPoolEntry::Access access_check =
602 static_cast<ConstantPoolEntry::Access>(-1);
604 DCHECK(access_check == access);
629 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
633 addr += GetConstantPoolOffset(pc, access, type);
664 ConstantPoolEntry::Access access;
665 if (IsConstantPoolLoadStart(pc, &access)) {
667 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target;