Searched defs:top_operand (Results 1 - 1 of 1) sorted by relevance

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

Completed in 443 milliseconds