Lines Matching defs:data
1144 // Prefer constant pool if data is likely to be patched.
1257 // The immediate encoding format is composed of 8 bits of data and 4
2961 // Type of data to read from or write to VFP register.
5193 // Some internal data structures overflow for very large buffers,
5204 // Copy the data.
5226 void Assembler::db(uint8_t data) {
5227 // db is used to write raw data. The constant pool should be emitted or
5231 *reinterpret_cast<uint8_t*>(pc_) = data;
5235 void Assembler::dd(uint32_t data, RelocInfo::Mode rmode) {
5236 // dd is used to write raw data. The constant pool should be emitted or
5245 base::WriteUnalignedValue(reinterpret_cast<Address>(pc_), data);
5250 // dq is used to write raw data. The constant pool should be emitted or
5263 void Assembler::RecordRelocInfo(RelocInfo::Mode rmode, intptr_t data) {
5266 RelocInfo rinfo(reinterpret_cast<Address>(pc_), rmode, data, Code());
5404 // The data size helps disassembly know what to print.
5439 // data