Lines Matching defs:dump_base
41 Register dump_base = r0;
53 __ Push(dump_base);
57 __ Mov(dump_base, Operand::From(&dump_));
68 __ Str(rt, MemOperand(dump_base, r_offset + (i * kRegSizeInBytes)));
76 MemOperand(dump_base, d_offset + (i * kDRegSizeInBytes)));
81 __ Str(tmp, MemOperand(dump_base, flags_offset));
86 // TODO: Assert that dump_base, dump2_base and tmp are not aliases.
87 __ Mov(dump2_base, dump_base);
90 __ Pop(dump_base);
92 // Dump tmp, dump_base and the stack pointer.
95 __ Str(dump_base,
97 r_offset + (dump_base.GetCode() * kRegSizeInBytes)));