Home
last modified time | relevance | path

Searched refs:num_arguments (Results 1 – 25 of 36) sorted by relevance

12

/external/v8/src/js/
Darray.js716 var num_arguments = %_ArgumentsLength();
720 SimpleMove(this, 0, 0, len, num_arguments);
721 for (var i = 0; i < num_arguments; i++) {
724 var new_length = len + num_arguments;
728 ObserveEnqueueSpliceRecord(this, 0, [], num_arguments);
743 var num_arguments = %_ArgumentsLength();
747 SparseMove(array, 0, 0, len, num_arguments);
749 SimpleMove(array, 0, 0, len, num_arguments);
752 for (var i = 0; i < num_arguments; i++) {
756 var new_length = len + num_arguments;
[all …]
/external/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc304 static const int num_arguments = 4; in CheckNotBackReferenceIgnoreCase() local
305 __ PrepareCallCFunction(num_arguments); in CheckNotBackReferenceIgnoreCase()
345 __ CallCFunction(compare, num_arguments); in CheckNotBackReferenceIgnoreCase()
953 static const int num_arguments = 3; in GetCode() local
954 __ PrepareCallCFunction(num_arguments); in GetCode()
968 __ CallCFunction(grow_stack, num_arguments); in GetCode()
1171 static const int num_arguments = 3; in CallCheckStackGuardState() local
1172 __ PrepareCallCFunction(num_arguments); in CallCheckStackGuardState()
1192 __ CallCFunction(stack_check, num_arguments); in CallCheckStackGuardState()
/external/v8/src/x87/
Dmacro-assembler-x87.h666 void CallRuntime(const Runtime::Function* f, int num_arguments,
681 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
683 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
687 void CallExternalReference(ExternalReference ref, int num_arguments);
699 void PrepareCallCFunction(int num_arguments, Register scratch);
706 void CallCFunction(ExternalReference function, int num_arguments);
707 void CallCFunction(Register function, int num_arguments);
Dmacro-assembler-x87.cc1861 void MacroAssembler::CallRuntime(const Runtime::Function* f, int num_arguments, in CallRuntime() argument
1866 CHECK(f->nargs < 0 || f->nargs == num_arguments); in CallRuntime()
1872 Move(eax, Immediate(num_arguments)); in CallRuntime()
1880 int num_arguments) { in CallExternalReference() argument
1881 mov(eax, Immediate(num_arguments)); in CallExternalReference()
2653 void MacroAssembler::PrepareCallCFunction(int num_arguments, Register scratch) { in PrepareCallCFunction() argument
2659 sub(esp, Immediate((num_arguments + 1) * kPointerSize)); in PrepareCallCFunction()
2662 mov(Operand(esp, num_arguments * kPointerSize), scratch); in PrepareCallCFunction()
2664 sub(esp, Immediate(num_arguments * kPointerSize)); in PrepareCallCFunction()
2670 int num_arguments) { in CallCFunction() argument
[all …]
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.h195 int num_arguments,
200 int num_arguments, in CallRuntime() argument
203 CallRuntime(function, num_arguments, instr); in CallRuntime()
/external/v8/src/crankshaft/x64/
Dlithium-codegen-x64.h168 int num_arguments,
173 int num_arguments, in CallRuntime() argument
176 CallRuntime(function, num_arguments, instr); in CallRuntime()
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.h172 void CallRuntime(const Runtime::Function* function, int num_arguments,
176 void CallRuntime(Runtime::FunctionId id, int num_arguments, in CallRuntime() argument
179 CallRuntime(function, num_arguments, instr); in CallRuntime()
/external/v8/src/ia32/
Dmacro-assembler-ia32.h677 void CallRuntime(const Runtime::Function* f, int num_arguments,
692 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
694 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
698 void CallExternalReference(ExternalReference ref, int num_arguments);
710 void PrepareCallCFunction(int num_arguments, Register scratch);
717 void CallCFunction(ExternalReference function, int num_arguments);
718 void CallCFunction(Register function, int num_arguments);
Dmacro-assembler-ia32.cc1896 int num_arguments, in CallRuntime() argument
1901 CHECK(f->nargs < 0 || f->nargs == num_arguments); in CallRuntime()
1907 Move(eax, Immediate(num_arguments)); in CallRuntime()
1915 int num_arguments) { in CallExternalReference() argument
1916 mov(eax, Immediate(num_arguments)); in CallExternalReference()
2781 void MacroAssembler::PrepareCallCFunction(int num_arguments, Register scratch) { in PrepareCallCFunction() argument
2787 sub(esp, Immediate((num_arguments + 1) * kPointerSize)); in PrepareCallCFunction()
2790 mov(Operand(esp, num_arguments * kPointerSize), scratch); in PrepareCallCFunction()
2792 sub(esp, Immediate(num_arguments * kPointerSize)); in PrepareCallCFunction()
2798 int num_arguments) { in CallCFunction() argument
[all …]
/external/v8/src/crankshaft/mips/
Dlithium-codegen-mips.h189 int num_arguments,
194 int num_arguments, in CallRuntime() argument
197 CallRuntime(function, num_arguments, instr); in CallRuntime()
/external/v8/src/crankshaft/mips64/
Dlithium-codegen-mips64.h191 int num_arguments,
196 int num_arguments, in CallRuntime() argument
199 CallRuntime(function, num_arguments, instr); in CallRuntime()
/external/v8/src/crankshaft/arm64/
Dlithium-codegen-arm64.h299 int num_arguments,
304 int num_arguments, in CallRuntime() argument
307 CallRuntime(function, num_arguments, instr); in CallRuntime()
/external/v8/src/x64/
Dmacro-assembler-x64.h1406 int num_arguments,
1423 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
1425 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
1430 int num_arguments);
1445 void PrepareCallCFunction(int num_arguments);
1452 void CallCFunction(ExternalReference function, int num_arguments);
1453 void CallCFunction(Register function, int num_arguments);
1457 int ArgumentStackSlotsForCFunctionCall(int num_arguments);
Dmacro-assembler-x64.cc637 int num_arguments, in CallRuntime() argument
642 CHECK(f->nargs < 0 || f->nargs == num_arguments); in CallRuntime()
648 Set(rax, num_arguments); in CallRuntime()
656 int num_arguments) { in CallExternalReference() argument
657 Set(rax, num_arguments); in CallExternalReference()
5139 int MacroAssembler::ArgumentStackSlotsForCFunctionCall(int num_arguments) { in ArgumentStackSlotsForCFunctionCall() argument
5146 DCHECK(num_arguments >= 0); in ArgumentStackSlotsForCFunctionCall()
5149 if (num_arguments < kMinimumStackSlots) return kMinimumStackSlots; in ArgumentStackSlotsForCFunctionCall()
5150 return num_arguments; in ArgumentStackSlotsForCFunctionCall()
5152 if (num_arguments < kRegisterPassedArguments) return 0; in ArgumentStackSlotsForCFunctionCall()
[all …]
/external/v8/src/regexp/x87/
Dregexp-macro-assembler-x87.cc894 static const int num_arguments = 3; in GetCode() local
895 __ PrepareCallCFunction(num_arguments, ebx); in GetCode()
903 __ CallCFunction(grow_stack, num_arguments); in GetCode()
1080 static const int num_arguments = 3; in CallCheckStackGuardState() local
1081 __ PrepareCallCFunction(num_arguments, scratch); in CallCheckStackGuardState()
1091 __ CallCFunction(check_stack_guard, num_arguments); in CallCheckStackGuardState()
/external/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.cc894 static const int num_arguments = 3; in GetCode() local
895 __ PrepareCallCFunction(num_arguments, ebx); in GetCode()
903 __ CallCFunction(grow_stack, num_arguments); in GetCode()
1080 static const int num_arguments = 3; in CallCheckStackGuardState() local
1081 __ PrepareCallCFunction(num_arguments, scratch); in CallCheckStackGuardState()
1091 __ CallCFunction(check_stack_guard, num_arguments); in CallCheckStackGuardState()
/external/v8/src/arm/
Dmacro-assembler-arm.h1072 int num_arguments,
1087 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
1089 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
1094 int num_arguments);
1131 void CallCFunction(ExternalReference function, int num_arguments);
1132 void CallCFunction(Register function, int num_arguments);
Dmacro-assembler-arm.cc2454 int num_arguments, in CallRuntime() argument
2461 CHECK(f->nargs < 0 || f->nargs == num_arguments); in CallRuntime()
2467 mov(r0, Operand(num_arguments)); in CallRuntime()
2475 int num_arguments) { in CallExternalReference() argument
2476 mov(r0, Operand(num_arguments)); in CallExternalReference()
3207 int num_arguments) { in CallCFunction() argument
3208 CallCFunction(function, num_arguments, 0); in CallCFunction()
3213 int num_arguments) { in CallCFunction() argument
3214 CallCFunction(function, num_arguments, 0); in CallCFunction()
/external/v8/src/mips/
Dmacro-assembler-mips.h1248 void CallRuntime(const Runtime::Function* f, int num_arguments,
1265 void CallRuntime(Runtime::FunctionId id, int num_arguments,
1268 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles, bd);
1273 int num_arguments,
1307 void CallCFunction(ExternalReference function, int num_arguments);
1308 void CallCFunction(Register function, int num_arguments);
/external/v8/src/ppc/
Dmacro-assembler-ppc.h938 void CallRuntime(const Runtime::Function* f, int num_arguments,
953 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
955 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles);
959 void CallExternalReference(const ExternalReference& ext, int num_arguments);
994 void CallCFunction(ExternalReference function, int num_arguments);
995 void CallCFunction(Register function, int num_arguments);
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1371 void CallRuntime(const Runtime::Function* f, int num_arguments,
1388 void CallRuntime(Runtime::FunctionId fid, int num_arguments,
1391 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles, bd);
1396 int num_arguments,
1429 void CallCFunction(ExternalReference function, int num_arguments);
1430 void CallCFunction(Register function, int num_arguments);
/external/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.cc904 static const int num_arguments = 3; in GetCode() local
905 __ PrepareCallCFunction(num_arguments, a0); in GetCode()
911 __ CallCFunction(grow_stack, num_arguments); in GetCode()
/external/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.cc854 static const int num_arguments = 3; in GetCode() local
855 __ PrepareCallCFunction(num_arguments, r0); in GetCode()
861 __ CallCFunction(grow_stack, num_arguments); in GetCode()
/external/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.cc903 static const int num_arguments = 3; in GetCode() local
904 __ PrepareCallCFunction(num_arguments, r3); in GetCode()
910 __ CallCFunction(grow_stack, num_arguments); in GetCode()
/external/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.cc864 static const int num_arguments = 3; in GetCode() local
865 __ PrepareCallCFunction(num_arguments, a0); in GetCode()
871 __ CallCFunction(grow_stack, num_arguments); in GetCode()

12