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

1 2

  /external/v8/src/x87/
macro-assembler-x87.h 751 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
    [all...]
macro-assembler-x87.cc     [all...]
  /external/v8/src/regexp/x64/
regexp-macro-assembler-x64.cc 303 static const int num_arguments = 4;
304 __ PrepareCallCFunction(num_arguments);
352 __ CallCFunction(compare, num_arguments);
    [all...]
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.h 197 int num_arguments,
202 int num_arguments,
205 CallRuntime(function, num_arguments, instr);
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.h 303 int num_arguments,
308 int num_arguments,
311 CallRuntime(function, num_arguments, instr);
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.h 191 int num_arguments,
196 int num_arguments,
199 CallRuntime(function, num_arguments, instr);
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.h 193 int num_arguments,
198 int num_arguments,
201 CallRuntime(function, num_arguments, instr);
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.h 176 void CallRuntime(const Runtime::Function* function, int num_arguments,
180 void CallRuntime(Runtime::FunctionId id, int num_arguments,
183 CallRuntime(function, num_arguments, instr);
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.h 176 void CallRuntime(const Runtime::Function* function, int num_arguments,
180 void CallRuntime(Runtime::FunctionId id, int num_arguments,
183 CallRuntime(function, num_arguments, instr);
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.h 170 int num_arguments,
175 int num_arguments,
178 CallRuntime(function, num_arguments, instr);
  /external/v8/src/regexp/s390/
regexp-macro-assembler-s390.h 133 void CallCFunctionUsingStub(ExternalReference function, int num_arguments);
regexp-macro-assembler-s390.cc 909 static const int num_arguments = 3; local
1076 static const int num_arguments = 3; local
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.h 762 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
    [all...]
macro-assembler-ia32.cc     [all...]
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 903 static const int num_arguments = 3; variable
904 __ PrepareCallCFunction(num_arguments, ebx);
912 __ CallCFunction(grow_stack, num_arguments);
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 902 static const int num_arguments = 3; variable
903 __ PrepareCallCFunction(num_arguments, ebx);
911 __ CallCFunction(grow_stack, num_arguments);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 1461 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
    [all...]
macro-assembler-x64.cc 694 int num_arguments,
699 CHECK(f->nargs < 0 || f->nargs == num_arguments);
705 Set(rax, num_arguments);
713 int num_arguments) {
714 Set(rax, num_arguments);
725 // -- rsp[8] : argument num_arguments - 1
727 // -- rsp[8 * num_arguments] : argument 0 (receiver)
    [all...]
  /external/v8/src/js/
array.js 602 var num_arguments = arguments.length;
606 SparseMove(array, 0, 0, len, num_arguments);
608 SimpleMove(array, 0, 0, len, num_arguments);
611 for (var i = 0; i < num_arguments; i++) {
615 var new_length = len + num_arguments;
673 function ComputeSpliceDeleteCount(delete_count, num_arguments, len, start_i) {
680 if (num_arguments == 1)
697 var num_arguments = arguments.length;
701 var del_count = ComputeSpliceDeleteCount(delete_count, num_arguments, len,
705 var num_elements_to_add = num_arguments > 2 ? num_arguments - 2 : 0
    [all...]
  /external/v8/src/arm/
macro-assembler-arm.h 1114 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
    [all...]
  /external/v8/src/ppc/
macro-assembler-ppc.h 1025 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 1385 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles, bd); local
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 1492 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles, bd); local
    [all...]
  /external/v8/src/s390/
macro-assembler-s390.h 1290 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
    [all...]
  /external/v8/src/regexp/arm/
regexp-macro-assembler-arm.cc 863 static const int num_arguments = 3; local
864 __ PrepareCallCFunction(num_arguments, r0);
870 __ CallCFunction(grow_stack, num_arguments);
    [all...]

Completed in 6106 milliseconds

1 2