Home
last modified time | relevance | path

Searched refs:new_space_allocation_top (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/x87/
Dmacro-assembler-x87.cc1599 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/
Dmacro-assembler-ia32.cc1636 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/
Dmacro-assembler-arm.cc1944 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/
Dmacro-assembler-arm64.cc1520 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/
Dmacro-assembler-mips64.cc3360 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/
Dmacro-assembler-mips.cc3451 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/
Dmacro-assembler-x64.cc4542 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()