Home
last modified time | relevance | path

Searched refs:allocation_top (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/x87/
Dmacro-assembler-x87.cc1333 ExternalReference allocation_top = in LoadAllocationTopHelper() local
1342 cmp(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1350 mov(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1352 mov(scratch, Immediate(allocation_top)); in LoadAllocationTopHelper()
1366 ExternalReference allocation_top = in UpdateAllocationTopHelper() local
1371 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1370 ExternalReference allocation_top = in LoadAllocationTopHelper() local
1379 cmp(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1387 mov(result, Operand::StaticVariable(allocation_top)); in LoadAllocationTopHelper()
1389 mov(scratch, Immediate(allocation_top)); in LoadAllocationTopHelper()
1403 ExternalReference allocation_top = in UpdateAllocationTopHelper() local
1408 mov(Operand::StaticVariable(allocation_top), result_end); in UpdateAllocationTopHelper()
/external/v8/src/arm/
Dmacro-assembler-arm.cc1751 ExternalReference allocation_top = in Allocate() local
1757 reinterpret_cast<intptr_t>(allocation_top.address()); in Allocate()
1765 mov(topaddr, Operand(allocation_top)); in Allocate()
1866 ExternalReference allocation_top = in Allocate() local
1871 reinterpret_cast<intptr_t>(allocation_top.address()); in Allocate()
1879 mov(topaddr, Operand(allocation_top)); in Allocate()
/external/v8/src/x64/
Dmacro-assembler-x64.cc4329 ExternalReference allocation_top = in LoadAllocationTopHelper() local
4338 Operand top_operand = ExternalOperand(allocation_top); in LoadAllocationTopHelper()
4348 LoadAddress(scratch, allocation_top); in LoadAllocationTopHelper()
4351 Load(result, allocation_top); in LoadAllocationTopHelper()
4399 ExternalReference allocation_top = in UpdateAllocationTopHelper() local
4407 Store(allocation_top, result_end); in UpdateAllocationTopHelper()
/external/v8/src/mips64/
Dmacro-assembler-mips64.cc3219 ExternalReference allocation_top = in Allocate() local
3225 reinterpret_cast<intptr_t>(allocation_top.address()); in Allocate()
3232 li(topaddr, Operand(allocation_top)); in Allocate()
3296 ExternalReference allocation_top = in Allocate() local
3301 reinterpret_cast<intptr_t>(allocation_top.address()); in Allocate()
3308 li(topaddr, Operand(allocation_top)); in Allocate()
/external/v8/src/mips/
Dmacro-assembler-mips.cc3288 ExternalReference allocation_top = in Allocate() local
3294 reinterpret_cast<intptr_t>(allocation_top.address()); in Allocate()
3301 li(topaddr, Operand(allocation_top)); in Allocate()
3376 ExternalReference allocation_top = in Allocate() local
3381 reinterpret_cast<intptr_t>(allocation_top.address()); in Allocate()
3388 li(topaddr, Operand(allocation_top)); in Allocate()