HomeSort by relevance Sort by last modified time
    Searched defs:num_arguments (Results 1 - 17 of 17) sorted by null

  /external/v8/src/arm/
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...]
macro-assembler-arm.h 1054 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
  /external/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/v8/src/mips/
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.h 1212 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
macro-assembler-mips.cc 4612 num_arguments, local
    [all...]
  /external/v8/src/mips64/
regexp-macro-assembler-mips64.cc 875 static const int num_arguments = 3; local
    [all...]
macro-assembler-mips64.h 1238 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
  /external/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/v8/src/x64/
macro-assembler-x64.h 1303 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
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/v8/src/arm64/
macro-assembler-arm64.h 1105 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
    [all...]
macro-assembler-arm64.cc 1975 num_arguments, local
    [all...]

Completed in 327 milliseconds