Home
last modified time | relevance | path

Searched refs:topaddr (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/v8/src/arm/
Dmacro-assembler-arm.cc1801 Register topaddr = scratch1; in Allocate() local
1802 mov(topaddr, Operand(allocation_top)); in Allocate()
1808 ldm(ia, topaddr, result.bit() | ip.bit()); in Allocate()
1814 ldr(ip, MemOperand(topaddr)); in Allocate()
1819 ldr(ip, MemOperand(topaddr, limit - top)); in Allocate()
1863 str(scratch2, MemOperand(topaddr)); in Allocate()
1915 Register topaddr = scratch1; in Allocate() local
1916 mov(topaddr, Operand(allocation_top)); in Allocate()
1922 ldm(ia, topaddr, result.bit() | ip.bit()); in Allocate()
1928 ldr(ip, MemOperand(topaddr)); in Allocate()
[all …]
/external/chromium_org/v8/src/mips/
Dmacro-assembler-mips.cc2961 Register topaddr = scratch1; in Allocate() local
2962 li(topaddr, Operand(allocation_top)); in Allocate()
2967 lw(result, MemOperand(topaddr)); in Allocate()
2968 lw(t9, MemOperand(topaddr, kPointerSize)); in Allocate()
2974 lw(t9, MemOperand(topaddr)); in Allocate()
2978 lw(t9, MemOperand(topaddr, limit - top)); in Allocate()
3002 sw(scratch2, MemOperand(topaddr)); in Allocate()
3048 Register topaddr = scratch1; in Allocate() local
3049 li(topaddr, Operand(allocation_top)); in Allocate()
3054 lw(result, MemOperand(topaddr)); in Allocate()
[all …]