• Home
  • Raw
  • Download

Lines Matching refs:ConstantPoolEntry

1156     ConstantPoolEntry::Access access =  in move_32_bit_immediate()
1158 if (access == ConstantPoolEntry::OVERFLOWED) { in move_32_bit_immediate()
1174 DCHECK(access == ConstantPoolEntry::REGULAR); in move_32_bit_immediate()
2626 ConstantPoolEntry::Access access = ConstantPoolAddEntry(pc_offset(), imm); in vmov()
2627 if (access == ConstantPoolEntry::OVERFLOWED) { in vmov()
2635 DCHECK(access == ConstantPoolEntry::REGULAR); in vmov()
3743 ConstantPoolEntry::Access Assembler::ConstantPoolAddEntry(int position, in ConstantPoolAddEntry()
3762 new ConstantPoolEntry[kMaxNumPending32Constants]; in ConstantPoolAddEntry()
3767 ConstantPoolEntry entry(position, value, sharing_ok); in ConstantPoolAddEntry()
3773 return ConstantPoolEntry::REGULAR; in ConstantPoolAddEntry()
3778 ConstantPoolEntry::Access Assembler::ConstantPoolAddEntry(int position, in ConstantPoolAddEntry()
3791 new ConstantPoolEntry[kMaxNumPending64Constants]; in ConstantPoolAddEntry()
3796 ConstantPoolEntry entry(position, value); in ConstantPoolAddEntry()
3802 return ConstantPoolEntry::REGULAR; in ConstantPoolAddEntry()
3917 ConstantPoolEntry& entry = pending_64_bit_constants_[i]; in CheckConstPool()
3930 ConstantPoolEntry& entry = pending_32_bit_constants_[i]; in CheckConstPool()
3975 ConstantPoolEntry& entry = pending_64_bit_constants_[i]; in CheckConstPool()
3986 ConstantPoolEntry& merged = in CheckConstPool()
4004 ConstantPoolEntry& entry = pending_32_bit_constants_[i]; in CheckConstPool()
4022 ConstantPoolEntry& merged = in CheckConstPool()
4058 int pc_offset, int offset, ConstantPoolEntry::Access access, in PatchConstantPoolAccessInstruction()
4059 ConstantPoolEntry::Type type) { in PatchConstantPoolAccessInstruction()
4065 if (access == ConstantPoolEntry::OVERFLOWED) { in PatchConstantPoolAccessInstruction()
4095 } else if (type == ConstantPoolEntry::DOUBLE) { in PatchConstantPoolAccessInstruction()