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