Searched refs:new_space_allocation_top_adr (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 3670 ExternalReference new_space_allocation_top_adr = in TestJSArrayForAllocationMemento() local 3681 mov(ip, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento() 3699 mov(ip, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.cc | 1532 ExternalReference new_space_allocation_top_adr = in TestJSArrayForAllocationMemento() local 1543 Mov(scratch2, new_space_allocation_top_adr); in TestJSArrayForAllocationMemento() 1559 Mov(scratch2, new_space_allocation_top_adr); in TestJSArrayForAllocationMemento()
|
/external/v8/src/ppc/ |
D | macro-assembler-ppc.cc | 4194 ExternalReference new_space_allocation_top_adr = in TestJSArrayForAllocationMemento() local 4212 mov(ip, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 6334 ExternalReference new_space_allocation_top_adr = in TestJSArrayForAllocationMemento() local 6345 li(at, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento() 6363 li(at, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 6741 ExternalReference new_space_allocation_top_adr = in TestJSArrayForAllocationMemento() local 6752 li(at, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento() 6770 li(at, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento()
|
/external/v8/src/s390/ |
D | macro-assembler-s390.cc | 3143 ExternalReference new_space_allocation_top_adr = in TestJSArrayForAllocationMemento() local 3159 mov(ip, Operand(new_space_allocation_top_adr)); in TestJSArrayForAllocationMemento()
|