Lines Matching refs:top_address
4120 Register top_address = scratch1; in Allocate() local
4124 li(top_address, Operand(allocation_top)); in Allocate()
4128 ld(result, MemOperand(top_address)); in Allocate()
4129 ld(alloc_limit, MemOperand(top_address, kPointerSize)); in Allocate()
4133 ld(alloc_limit, MemOperand(top_address)); in Allocate()
4137 ld(alloc_limit, MemOperand(top_address, static_cast<int32_t>(limit - top))); in Allocate()
4156 sd(result_end, MemOperand(top_address)); in Allocate()
4194 Register top_address = scratch; in Allocate() local
4197 li(top_address, Operand(allocation_top)); in Allocate()
4201 ld(result, MemOperand(top_address)); in Allocate()
4202 ld(alloc_limit, MemOperand(top_address, kPointerSize)); in Allocate()
4206 ld(alloc_limit, MemOperand(top_address)); in Allocate()
4210 ld(alloc_limit, MemOperand(top_address, static_cast<int32_t>(limit - top))); in Allocate()
4241 sd(result_end, MemOperand(top_address)); in Allocate()
4263 Register top_address = scratch1; in FastAllocate() local
4265 li(top_address, Operand(allocation_top)); in FastAllocate()
4266 ld(result, MemOperand(top_address)); in FastAllocate()
4279 sd(result_end, MemOperand(top_address)); in FastAllocate()
4295 Register top_address = scratch; in FastAllocate() local
4296 li(top_address, Operand(allocation_top)); in FastAllocate()
4297 ld(result, MemOperand(top_address)); in FastAllocate()