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

  /external/chromium_org/v8/src/x64/
stub-cache-x64.cc 512 __ movq(StackSpaceOperand(0), rbx); // v8::Arguments::implicit_args_.
514 __ movq(StackSpaceOperand(1), rbx); // v8::Arguments::values_.
515 __ Set(StackSpaceOperand(2), argc); // v8::Arguments::length_.
517 __ Set(StackSpaceOperand(3), 0);
520 __ lea(arguments_arg, StackSpaceOperand(0));
    [all...]
macro-assembler-x64.h 291 // accessible via StackSpaceOperand.
295 // memory (not GCed) on the stack accessible via StackSpaceOperand.
    [all...]
macro-assembler-x64.cc 694 lea(rcx, StackSpaceOperand(arg_stack_space));
    [all...]
code-stubs-x64.cc     [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 493 __ movq(StackSpaceOperand(0), rbx); // v8::Arguments::implicit_args_.
495 __ movq(StackSpaceOperand(1), rbx); // v8::Arguments::values_.
496 __ Set(StackSpaceOperand(2), argc); // v8::Arguments::length_.
498 __ Set(StackSpaceOperand(3), 0);
501 __ lea(arguments_arg, StackSpaceOperand(0));
    [all...]
macro-assembler-x64.h 297 // accessible via StackSpaceOperand.
301 // memory (not GCed) on the stack accessible via StackSpaceOperand.
    [all...]
code-stubs-x64.cc     [all...]
macro-assembler-x64.cc 666 lea(rcx, StackSpaceOperand(arg_stack_space));
    [all...]

Completed in 117 milliseconds