Lines Matching refs:copy_from
97 MemPointer(const MemPointer& copy_from) {
98 _addr = copy_from.addr();
213 MemPointerRecord(const MemPointerRecord& copy_from):
214 MemPointer(copy_from), _flags(copy_from.flags()),
215 _size(copy_from.size()) {
339 MemPointerRecordEx(const MemPointerRecordEx& copy_from):
340 MemPointerRecord(copy_from), _pc(copy_from.pc()) {}
464 SeqMemPointerRecord(const SeqMemPointerRecord& copy_from)
465 : MemPointerRecord(copy_from) {
466 _seq = copy_from.seq();
494 SeqMemPointerRecordEx(const SeqMemPointerRecordEx& copy_from)
495 : MemPointerRecordEx(copy_from) {
496 _seq = copy_from.seq();