Searched refs:num_arguments (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/v8/src/
H A Darray.js628 var num_arguments = %_ArgumentsLength();
630 EnqueueSpliceRecord(this, 0, [], num_arguments);
634 SimpleMove(this, 0, 0, len, num_arguments);
635 for (var i = 0; i < num_arguments; i++) {
638 this.length = len + num_arguments;
643 return len + num_arguments;
656 var num_arguments = %_ArgumentsLength();
659 SmartMove(this, 0, 0, len, num_arguments);
661 SimpleMove(this, 0, 0, len, num_arguments);
664 for (var i = 0; i < num_arguments;
[all...]
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h661 void IllegalOperation(int num_arguments);
682 void CallRuntime(const Runtime::Function* f, int num_arguments);
686 void CallRuntime(Runtime::FunctionId id, int num_arguments);
689 void CallExternalReference(ExternalReference ref, int num_arguments);
695 int num_arguments,
700 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);
H A Dmacro-assembler-ia32.cc1673 void MacroAssembler::IllegalOperation(int num_arguments) { argument
1674 if (num_arguments > 0) {
1675 add(esp, Immediate(num_arguments * kPointerSize));
1700 void MacroAssembler::CallRuntime(Runtime::FunctionId id, int num_arguments) { argument
1701 CallRuntime(Runtime::FunctionForId(id), num_arguments); local
1715 int num_arguments) {
1719 if (f->nargs >= 0 && f->nargs != num_arguments) {
1720 IllegalOperation(num_arguments);
1728 Set(eax, Immediate(num_arguments));
1736 int num_arguments) {
1714 CallRuntime(const Runtime::Function* f, int num_arguments) argument
1735 CallExternalReference(ExternalReference ref, int num_arguments) argument
1745 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
1757 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
1761 num_arguments, local
2514 PrepareCallCFunction(int num_arguments, Register scratch) argument
2530 CallCFunction(ExternalReference function, int num_arguments) argument
2538 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/v8/src/
H A Darray.js599 var num_arguments = %_ArgumentsLength();
602 SmartMove(this, 0, 0, len, num_arguments);
604 SimpleMove(this, 0, 0, len, num_arguments);
607 for (var i = 0; i < num_arguments; i++) {
611 this.length = len + num_arguments;
613 return len + num_arguments;
667 var num_arguments = %_ArgumentsLength();
685 if (num_arguments == 1) {
698 if (num_arguments > 2) {
699 num_additional_args = num_arguments
[all...]
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1117 void IllegalOperation(int num_arguments);
1164 void CallRuntime(const Runtime::Function* f, int num_arguments);
1170 void CallRuntime(Runtime::FunctionId id, int num_arguments);
1174 int num_arguments);
1180 int num_arguments,
1185 int num_arguments,
1211 void PrepareCallCFunction(int num_arguments);
1218 void CallCFunction(ExternalReference function, int num_arguments);
1219 void CallCFunction(Register function, int num_arguments);
1223 int ArgumentStackSlotsForCFunctionCall(int num_arguments);
[all...]
H A Dlithium-codegen-x64.h185 int num_arguments,
189 int num_arguments,
192 CallRuntime(function, num_arguments, instr);
188 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dregexp-macro-assembler-x64.cc405 static const int num_arguments = 4;
406 __ PrepareCallCFunction(num_arguments);
440 __ CallCFunction(compare, num_arguments);
935 static const int num_arguments = 3;
936 __ PrepareCallCFunction(num_arguments);
950 __ CallCFunction(grow_stack, num_arguments);
1131 static const int num_arguments = 3;
1132 __ PrepareCallCFunction(num_arguments);
1152 __ CallCFunction(stack_check, num_arguments);
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h721 void IllegalOperation(int num_arguments);
742 void CallRuntime(const Runtime::Function* f, int num_arguments);
746 void CallRuntime(Runtime::FunctionId id, int num_arguments);
749 void CallExternalReference(ExternalReference ref, int num_arguments);
755 int num_arguments,
760 int num_arguments,
770 void PrepareCallCFunction(int num_arguments, Register scratch);
777 void CallCFunction(ExternalReference function, int num_arguments);
778 void CallCFunction(Register function, int num_arguments);
H A Dmacro-assembler-ia32.cc1886 void MacroAssembler::IllegalOperation(int num_arguments) { argument
1887 if (num_arguments > 0) {
1888 add(esp, Immediate(num_arguments * kPointerSize));
1913 void MacroAssembler::CallRuntime(Runtime::FunctionId id, int num_arguments) { argument
1914 CallRuntime(Runtime::FunctionForId(id), num_arguments); local
1929 int num_arguments) {
1933 if (f->nargs >= 0 && f->nargs != num_arguments) {
1934 IllegalOperation(num_arguments);
1942 Set(eax, Immediate(num_arguments));
1950 int num_arguments) {
1928 CallRuntime(const Runtime::Function* f, int num_arguments) argument
1949 CallExternalReference(ExternalReference ref, int num_arguments) argument
1959 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
1971 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
1975 num_arguments, local
2879 PrepareCallCFunction(int num_arguments, Register scratch) argument
2895 CallCFunction(ExternalReference function, int num_arguments) argument
2903 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.h1164 void IllegalOperation(int num_arguments);
1213 void CallRuntime(const Runtime::Function* f, int num_arguments);
1219 void CallRuntime(Runtime::FunctionId id, int num_arguments);
1223 int num_arguments);
1229 int num_arguments,
1234 int num_arguments,
1265 void PrepareCallCFunction(int num_arguments);
1272 void CallCFunction(ExternalReference function, int num_arguments);
1273 void CallCFunction(Register function, int num_arguments);
1277 int ArgumentStackSlotsForCFunctionCall(int num_arguments);
[all...]
H A Dregexp-macro-assembler-x64.cc330 static const int num_arguments = 4;
331 __ PrepareCallCFunction(num_arguments);
365 __ CallCFunction(compare, num_arguments);
958 static const int num_arguments = 3;
959 __ PrepareCallCFunction(num_arguments);
973 __ CallCFunction(grow_stack, num_arguments);
1155 static const int num_arguments = 3;
1156 __ PrepareCallCFunction(num_arguments);
1176 __ CallCFunction(stack_check, num_arguments);
H A Dlithium-codegen-x64.h211 int num_arguments,
215 int num_arguments,
218 CallRuntime(function, num_arguments, instr);
214 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dmacro-assembler-x64.cc574 void MacroAssembler::IllegalOperation(int num_arguments) { argument
575 if (num_arguments > 0) {
576 addq(rsp, Immediate(num_arguments * kPointerSize));
601 void MacroAssembler::CallRuntime(Runtime::FunctionId id, int num_arguments) { argument
602 CallRuntime(Runtime::FunctionForId(id), num_arguments); local
616 int num_arguments) {
620 if (f->nargs >= 0 && f->nargs != num_arguments) {
621 IllegalOperation(num_arguments);
629 Set(rax, num_arguments);
637 int num_arguments) {
615 CallRuntime(const Runtime::Function* f, int num_arguments) argument
636 CallExternalReference(const ExternalReference& ext, int num_arguments) argument
646 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
665 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
669 num_arguments, local
4349 ArgumentStackSlotsForCFunctionCall(int num_arguments) argument
4368 PrepareCallCFunction(int num_arguments) argument
4384 CallCFunction(ExternalReference function, int num_arguments) argument
4391 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/chromium_org/v8/src/arm/
H A Dlithium-codegen-arm.h249 int num_arguments,
253 int num_arguments,
256 CallRuntime(function, num_arguments, instr);
252 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dmacro-assembler-arm.h953 void IllegalOperation(int num_arguments);
1026 void CallRuntime(const Runtime::Function* f, int num_arguments);
1030 void CallRuntime(Runtime::FunctionId fid, int num_arguments);
1034 int num_arguments);
1040 int num_arguments,
1045 int num_arguments,
1080 void CallCFunction(ExternalReference function, int num_arguments);
1081 void CallCFunction(Register function, int num_arguments);
H A Dregexp-macro-assembler-arm.cc845 static const int num_arguments = 3; local
846 __ PrepareCallCFunction(num_arguments, r0);
852 __ CallCFunction(grow_stack, num_arguments);
1058 static const int num_arguments = 3;
1059 __ PrepareCallCFunction(num_arguments, scratch);
1067 CallCFunctionUsingStub(stack_guard_check, num_arguments);
1299 int num_arguments) {
1301 ASSERT(num_arguments <= 4);
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.h245 int num_arguments,
249 int num_arguments,
252 CallRuntime(function, num_arguments, instr);
248 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dmacro-assembler-mips.h1049 void IllegalOperation(int num_arguments);
1159 void CallRuntime(const Runtime::Function* f, int num_arguments);
1163 void CallRuntime(Runtime::FunctionId fid, int num_arguments);
1167 int num_arguments,
1174 int num_arguments,
1179 int num_arguments,
1209 void CallCFunction(ExternalReference function, int num_arguments);
1210 void CallCFunction(Register function, int num_arguments);
H A Dregexp-macro-assembler-mips.cc851 static const int num_arguments = 3; local
852 __ PrepareCallCFunction(num_arguments, a0);
858 __ CallCFunction(grow_stack, num_arguments);
1066 static const int num_arguments = 3; local
1067 __ PrepareCallCFunction(num_arguments, scratch);
1074 CallCFunctionUsingStub(stack_guard_check, num_arguments);
1282 int num_arguments) {
1284 ASSERT(num_arguments <= 4);
1280 CallCFunctionUsingStub( ExternalReference function, int num_arguments) argument
/external/v8/src/arm/
H A Dlithium-codegen-arm.h204 int num_arguments,
208 int num_arguments,
211 CallRuntime(function, num_arguments, instr);
207 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dmacro-assembler-arm.h875 void IllegalOperation(int num_arguments);
977 void CallRuntime(const Runtime::Function* f, int num_arguments);
981 void CallRuntime(Runtime::FunctionId fid, int num_arguments);
985 int num_arguments);
991 int num_arguments,
996 int num_arguments,
1031 void CallCFunction(ExternalReference function, int num_arguments);
1032 void CallCFunction(Register function, int num_arguments);
H A Dregexp-macro-assembler-arm.cc793 static const int num_arguments = 3; local
794 __ PrepareCallCFunction(num_arguments, r0);
800 __ CallCFunction(grow_stack, num_arguments);
1006 static const int num_arguments = 3;
1007 __ PrepareCallCFunction(num_arguments, scratch);
1015 CallCFunctionUsingStub(stack_guard_check, num_arguments);
1247 int num_arguments) {
1249 ASSERT(num_arguments <= 4);
/external/v8/src/mips/
H A Dlithium-codegen-mips.h201 int num_arguments,
205 int num_arguments,
208 CallRuntime(function, num_arguments, instr);
204 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dmacro-assembler-mips.h1023 void IllegalOperation(int num_arguments);
1132 void CallRuntime(const Runtime::Function* f, int num_arguments);
1136 void CallRuntime(Runtime::FunctionId fid, int num_arguments);
1140 int num_arguments,
1147 int num_arguments,
1152 int num_arguments,
1182 void CallCFunction(ExternalReference function, int num_arguments);
1183 void CallCFunction(Register function, int num_arguments);
H A Dregexp-macro-assembler-mips.cc800 static const int num_arguments = 3; local
801 __ PrepareCallCFunction(num_arguments, a0);
807 __ CallCFunction(grow_stack, num_arguments);
1009 static const int num_arguments = 3;
1010 __ PrepareCallCFunction(num_arguments, scratch);
1017 CallCFunctionUsingStub(stack_guard_check, num_arguments);
1223 int num_arguments) {
1225 ASSERT(num_arguments <= 4);

Completed in 495 milliseconds

12