Home
last modified time | relevance | path

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

/external/v8/src/arm64/
Dmacro-assembler-arm64.cc2954 ExternalReference heap_allocation_top = in Allocate() local
2958 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_top.address()); in Allocate()
2966 Mov(top_address, Operand(heap_allocation_top)); in Allocate()
3027 ExternalReference heap_allocation_top = in Allocate() local
3031 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_top.address()); in Allocate()
3038 Mov(top_address, heap_allocation_top); in Allocate()
3096 ExternalReference heap_allocation_top = in FastAllocate() local
3102 Mov(top_address, Operand(heap_allocation_top)); in FastAllocate()
3125 ExternalReference heap_allocation_top = in FastAllocate() local
3130 Mov(top_address, heap_allocation_top); in FastAllocate()