Lines Matching refs:top_address
3965 Register top_address = scratch1; in Allocate() local
3969 li(top_address, Operand(allocation_top)); in Allocate()
3973 lw(result, MemOperand(top_address)); in Allocate()
3974 lw(alloc_limit, MemOperand(top_address, kPointerSize)); in Allocate()
3978 lw(alloc_limit, MemOperand(top_address)); in Allocate()
3982 lw(alloc_limit, MemOperand(top_address, limit - top)); in Allocate()
4008 sw(result_end, MemOperand(top_address)); in Allocate()
4049 Register top_address = scratch; in Allocate() local
4052 li(top_address, Operand(allocation_top)); in Allocate()
4056 lw(result, MemOperand(top_address)); in Allocate()
4057 lw(alloc_limit, MemOperand(top_address, kPointerSize)); in Allocate()
4061 lw(alloc_limit, MemOperand(top_address)); in Allocate()
4065 lw(alloc_limit, MemOperand(top_address, limit - top)); in Allocate()
4103 sw(result_end, MemOperand(top_address)); in Allocate()
4126 Register top_address = scratch1; in FastAllocate() local
4129 li(top_address, Operand(allocation_top)); in FastAllocate()
4130 lw(result, MemOperand(top_address)); in FastAllocate()
4148 sw(result_end, MemOperand(top_address)); in FastAllocate()
4166 Register top_address = scratch; in FastAllocate() local
4168 li(top_address, Operand(allocation_top)); in FastAllocate()
4169 lw(result, MemOperand(top_address)); in FastAllocate()
4194 sw(result_end, MemOperand(top_address)); in FastAllocate()