Searched refs:heap_allocation_top (Results 1 – 1 of 1) sorted by relevance
2954 ExternalReference heap_allocation_top = in Allocate() local2958 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() local3031 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() local3102 Mov(top_address, Operand(heap_allocation_top)); in FastAllocate()3125 ExternalReference heap_allocation_top = in FastAllocate() local3130 Mov(top_address, heap_allocation_top); in FastAllocate()