HomeSort by relevance Sort by last modified time
    Searched refs:StackSpaceOperand (Results 1 - 4 of 4) sorted by null

  /external/v8/src/x64/
stub-cache-x64.cc 503 __ movq(StackSpaceOperand(0), rbx); // v8::Arguments::implicit_args_.
505 __ movq(StackSpaceOperand(1), rbx); // v8::Arguments::values_.
506 __ Set(StackSpaceOperand(2), argc); // v8::Arguments::length_.
508 __ Set(StackSpaceOperand(3), 0);
511 __ lea(arguments_arg, StackSpaceOperand(0));
    [all...]
code-stubs-x64.cc     [all...]
macro-assembler-x64.h 209 // accessible via StackSpaceOperand.
213 // memory (not GCed) on the stack accessible via StackSpaceOperand.
    [all...]
macro-assembler-x64.cc 637 lea(rcx, StackSpaceOperand(arg_stack_space));
    [all...]

Completed in 316 milliseconds