Home | History | Annotate | Download | only in arm64

Lines Matching defs:top_address

3070   Register top_address = scratch1;
3073 Mov(top_address, Operand(heap_allocation_top));
3077 Ldp(result, alloc_limit, MemOperand(top_address));
3081 Ldr(alloc_limit, MemOperand(top_address));
3086 Ldr(alloc_limit, MemOperand(top_address, limit - top));
3100 Str(result_end, MemOperand(top_address));
3143 Register top_address = scratch;
3145 Mov(top_address, heap_allocation_top);
3149 Ldp(result, alloc_limit, MemOperand(top_address));
3153 Ldr(alloc_limit, MemOperand(top_address));
3158 Ldr(alloc_limit, MemOperand(top_address, limit - top));
3182 Str(result_end, MemOperand(top_address));
3207 Register top_address = scratch1;
3209 Mov(top_address, Operand(heap_allocation_top));
3210 Ldr(result, MemOperand(top_address));
3218 Str(result_end, MemOperand(top_address));
3236 Register top_address = scratch;
3237 Mov(top_address, heap_allocation_top);
3238 Ldr(result, MemOperand(top_address));
3250 Str(result_end, MemOperand(top_address));