Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dmacro-assembler-x64.cc4338 Operand top_operand = ExternalOperand(allocation_top); in LoadAllocationTopHelper() local
4339 cmpp(result, top_operand); in LoadAllocationTopHelper()
4547 Operand top_operand = ExternalOperand(new_space_allocation_top); in UndoAllocationInNewSpace() local
4549 cmpp(object, top_operand); in UndoAllocationInNewSpace()
4552 movp(top_operand, object); in UndoAllocationInNewSpace()