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.cc2958 ExternalReference heap_allocation_top = in Allocate() local
2962 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_top.address()); in Allocate()
2970 Mov(top_address, Operand(heap_allocation_top)); in Allocate()
3029 ExternalReference heap_allocation_top = in Allocate() local
3033 intptr_t top = reinterpret_cast<intptr_t>(heap_allocation_top.address()); in Allocate()
3040 Mov(top_address, heap_allocation_top); in Allocate()