Lines Matching refs:top_address
1571 Register top_address = scratch1; in Allocate() local
1573 mov(top_address, Operand(allocation_top)); in Allocate()
1577 LoadP(result, MemOperand(top_address)); in Allocate()
1581 CmpP(result, MemOperand(top_address)); in Allocate()
1597 CmpLogicalP(result, MemOperand(top_address, limit - top)); in Allocate()
1610 CmpLogicalP(result_end, MemOperand(top_address, limit - top)); in Allocate()
1615 StoreP(result_end, MemOperand(top_address)); in Allocate()
1660 Register top_address = scratch; in Allocate() local
1661 mov(top_address, Operand(allocation_top)); in Allocate()
1665 LoadP(result, MemOperand(top_address)); in Allocate()
1669 CmpP(result, MemOperand(top_address)); in Allocate()
1685 CmpLogicalP(result, MemOperand(top_address, limit - top)); in Allocate()
1704 CmpLogicalP(result_end, MemOperand(top_address, limit - top)); in Allocate()
1714 StoreP(result_end, MemOperand(top_address)); in Allocate()
1740 Register top_address = scratch; in FastAllocate() local
1741 mov(top_address, Operand(allocation_top)); in FastAllocate()
1742 LoadP(result, MemOperand(top_address)); in FastAllocate()
1775 StoreP(result_end, MemOperand(top_address)); in FastAllocate()
1804 Register top_address = scratch1; in FastAllocate() local
1806 mov(top_address, Operand(allocation_top)); in FastAllocate()
1807 LoadP(result, MemOperand(top_address)); in FastAllocate()
1831 AddP(MemOperand(top_address), Operand(object_size)); in FastAllocate()
1836 StoreP(result_end, MemOperand(top_address)); in FastAllocate()
1842 StoreP(result_end, MemOperand(top_address)); in FastAllocate()