Searched refs:allocation_top (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1333 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/ |
D | macro-assembler-ia32.cc | 1370 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/ |
D | macro-assembler-arm.cc | 1751 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/ |
D | macro-assembler-x64.cc | 4329 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/ |
D | macro-assembler-mips64.cc | 3219 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/ |
D | macro-assembler-mips.cc | 3288 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()
|