Searched refs:new_space_allocation_top (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/x87/ |
D | macro-assembler-x87.cc | 1599 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace() local 1605 cmp(object, Operand::StaticVariable(new_space_allocation_top)); in UndoAllocationInNewSpace() 1608 mov(Operand::StaticVariable(new_space_allocation_top), object); in UndoAllocationInNewSpace() 3303 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local 3310 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/ia32/ |
D | macro-assembler-ia32.cc | 1636 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace() local 1642 cmp(object, Operand::StaticVariable(new_space_allocation_top)); in UndoAllocationInNewSpace() 1645 mov(Operand::StaticVariable(new_space_allocation_top), object); in UndoAllocationInNewSpace() 3343 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local 3350 cmp(scratch_reg, Operand::StaticVariable(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1944 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace() local 1951 mov(scratch, Operand(new_space_allocation_top)); in UndoAllocationInNewSpace() 1957 mov(scratch, Operand(new_space_allocation_top)); in UndoAllocationInNewSpace() 3929 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local 3935 mov(ip, Operand(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 1520 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local 1528 Mov(scratch2, new_space_allocation_top); in TestJSArrayForAllocationMemento() 3488 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace() local 3495 Mov(scratch, new_space_allocation_top); in UndoAllocationInNewSpace() 3501 Mov(scratch, new_space_allocation_top); in UndoAllocationInNewSpace()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 3360 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace() local 3367 li(scratch, Operand(new_space_allocation_top)); in UndoAllocationInNewSpace() 3373 li(scratch, Operand(new_space_allocation_top)); in UndoAllocationInNewSpace() 5916 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local 5921 li(at, Operand(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 3451 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace() local 3458 li(scratch, Operand(new_space_allocation_top)); in UndoAllocationInNewSpace() 3464 li(scratch, Operand(new_space_allocation_top)); in UndoAllocationInNewSpace() 5931 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local 5936 li(at, Operand(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/x64/ |
D | macro-assembler-x64.cc | 4542 ExternalReference new_space_allocation_top = in UndoAllocationInNewSpace() local 4547 Operand top_operand = ExternalOperand(new_space_allocation_top); in UndoAllocationInNewSpace() 5285 ExternalReference new_space_allocation_top = in TestJSArrayForAllocationMemento() local 5293 cmpp(scratch_reg, ExternalOperand(new_space_allocation_top)); in TestJSArrayForAllocationMemento()
|