Home | History | Annotate | Download | only in ppc

Lines Matching refs:ConstantPoolEntry

122     ConstantPoolEntry::Access access;
125 pc_, constant_pool, access, ConstantPoolEntry::INTPTR);
159 ConstantPoolEntry::Access access;
162 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
172 ConstantPoolEntry::Access access;
175 len = (access == ConstantPoolEntry::OVERFLOWED) ? 2 : 1;
486 ConstantPoolEntry::Access access;
489 pc, constant_pool, access, ConstantPoolEntry::INTPTR));
531 ConstantPoolEntry::Access* access) {
543 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
544 : ConstantPoolEntry::REGULAR);
551 ConstantPoolEntry::Access* access) {
565 *access = (overflowed ? ConstantPoolEntry::OVERFLOWED
566 : ConstantPoolEntry::REGULAR);
573 ConstantPoolEntry::Access access,
574 ConstantPoolEntry::Type type) {
575 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
577 ConstantPoolEntry::Access access_check =
578 static_cast<ConstantPoolEntry::Access>(-1);
595 int pc_offset, int offset, ConstantPoolEntry::Access access,
596 ConstantPoolEntry::Type type) {
598 bool overflowed = (access == ConstantPoolEntry::OVERFLOWED);
601 ConstantPoolEntry::Access access_check =
602 static_cast<ConstantPoolEntry::Access>(-1);
629 Address pc, Address constant_pool, ConstantPoolEntry::Access access,
630 ConstantPoolEntry::Type type) {
664 ConstantPoolEntry::Access access;
667 pc, constant_pool, access, ConstantPoolEntry::INTPTR)) = target;