Home | History | Annotate | Download | only in mips64

Lines Matching refs:top_address

4351   Register top_address = scratch1;
4355 li(top_address, Operand(allocation_top));
4359 ld(result, MemOperand(top_address));
4360 ld(alloc_limit, MemOperand(top_address, kPointerSize));
4364 ld(alloc_limit, MemOperand(top_address));
4368 ld(alloc_limit, MemOperand(top_address, static_cast<int32_t>(limit - top)));
4387 sd(result_end, MemOperand(top_address));
4425 Register top_address = scratch;
4428 li(top_address, Operand(allocation_top));
4432 ld(result, MemOperand(top_address));
4433 ld(alloc_limit, MemOperand(top_address, kPointerSize));
4437 ld(alloc_limit, MemOperand(top_address));
4441 ld(alloc_limit, MemOperand(top_address, static_cast<int32_t>(limit - top)));
4472 sd(result_end, MemOperand(top_address));
4494 Register top_address = scratch1;
4496 li(top_address, Operand(allocation_top));
4497 ld(result, MemOperand(top_address));
4510 sd(result_end, MemOperand(top_address));
4526 Register top_address = scratch;
4527 li(top_address, Operand(allocation_top));
4528 ld(result, MemOperand(top_address));