HomeSort by relevance Sort by last modified time
    Searched refs:num_arguments (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 744 int num_arguments,
753 int num_arguments,
755 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
759 void CallExternalReference(ExternalReference ref, int num_arguments);
765 int num_arguments,
770 int num_arguments,
780 void PrepareCallCFunction(int num_arguments, Register scratch);
787 void CallCFunction(ExternalReference function, int num_arguments);
788 void CallCFunction(Register function, int num_arguments);
    [all...]
regexp-macro-assembler-ia32.cc 871 static const int num_arguments = 3; variable
872 __ PrepareCallCFunction(num_arguments, ebx);
880 __ CallCFunction(grow_stack, num_arguments);
    [all...]
macro-assembler-ia32.cc 2075 num_arguments, local
    [all...]
  /external/chromium_org/v8/src/x87/
macro-assembler-x87.h 713 void CallRuntime(const Runtime::Function* f, int num_arguments,
721 void CallRuntime(Runtime::FunctionId id, int num_arguments,
723 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
727 void CallExternalReference(ExternalReference ref, int num_arguments);
733 int num_arguments,
738 int num_arguments,
748 void PrepareCallCFunction(int num_arguments, Register scratch);
755 void CallCFunction(ExternalReference function, int num_arguments);
756 void CallCFunction(Register function, int num_arguments);
    [all...]
regexp-macro-assembler-x87.cc 870 static const int num_arguments = 3; variable
871 __ PrepareCallCFunction(num_arguments, ebx);
879 __ CallCFunction(grow_stack, num_arguments);
    [all...]
macro-assembler-x87.cc 2037 num_arguments, local
    [all...]
  /external/chromium_org/v8/src/
array.js 612 var num_arguments = %_ArgumentsLength();
616 SimpleMove(this, 0, 0, len, num_arguments);
617 for (var i = 0; i < num_arguments; i++) {
620 var new_length = len + num_arguments;
624 EnqueueSpliceRecord(this, 0, [], num_arguments);
638 var num_arguments = %_ArgumentsLength();
642 SmartMove(array, 0, 0, len, num_arguments);
644 SimpleMove(array, 0, 0, len, num_arguments);
647 for (var i = 0; i < num_arguments; i++) {
651 var new_length = len + num_arguments;
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h 1303 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
regexp-macro-assembler-x64.cc 307 static const int num_arguments = 4;
308 __ PrepareCallCFunction(num_arguments);
342 __ CallCFunction(compare, num_arguments);
935 static const int num_arguments = 3;
936 __ PrepareCallCFunction(num_arguments);
950 __ CallCFunction(grow_stack, num_arguments)
    [all...]
lithium-codegen-x64.h 173 int num_arguments,
178 int num_arguments,
181 CallRuntime(function, num_arguments, instr);
macro-assembler-x64.cc 639 int num_arguments,
644 CHECK(f->nargs < 0 || f->nargs == num_arguments);
650 Set(rax, num_arguments);
658 int num_arguments) {
659 Set(rax, num_arguments);
668 int num_arguments,
672 // -- rsp[8] : argument num_arguments - 1
674 // -- rsp[8 * num_arguments] : argument 0 (receiver)
681 Set(rax, num_arguments);
687 int num_arguments,
690 num_arguments, local
    [all...]
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 202 int num_arguments,
207 int num_arguments,
210 CallRuntime(function, num_arguments, instr);
macro-assembler-arm.h 1054 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
macro-assembler-arm.cc     [all...]
regexp-macro-assembler-arm.cc 822 static const int num_arguments = 3; local
823 __ PrepareCallCFunction(num_arguments, r0);
829 __ CallCFunction(grow_stack, num_arguments);
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-codegen-arm64.h 309 int num_arguments,
314 int num_arguments,
317 CallRuntime(function, num_arguments, instr);
macro-assembler-arm64.h 1105 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 196 int num_arguments,
201 int num_arguments,
204 CallRuntime(function, num_arguments, instr);
macro-assembler-mips.h 1212 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
regexp-macro-assembler-mips.cc 829 static const int num_arguments = 3; local
830 __ PrepareCallCFunction(num_arguments, a0);
836 __ CallCFunction(grow_stack, num_arguments);
    [all...]
macro-assembler-mips.cc 4612 num_arguments, local
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-codegen-mips64.h 197 int num_arguments,
202 int num_arguments,
205 CallRuntime(function, num_arguments, instr);
macro-assembler-mips64.h 1238 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
regexp-macro-assembler-mips64.cc 875 static const int num_arguments = 3; local
    [all...]
macro-assembler-mips64.cc     [all...]

Completed in 127 milliseconds

1 2