Searched defs:num_arguments (Results 1 - 25 of 41) sorted by relevance

12

/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.h197 int num_arguments,
202 int num_arguments,
205 CallRuntime(function, num_arguments, instr);
201 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.h191 int num_arguments,
196 int num_arguments,
199 CallRuntime(function, num_arguments, instr);
195 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.h193 int num_arguments,
198 int num_arguments,
201 CallRuntime(function, num_arguments, instr);
197 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
/external/v8/src/crankshaft/ppc/
H A Dlithium-codegen-ppc.h176 void CallRuntime(const Runtime::Function* function, int num_arguments,
180 void CallRuntime(Runtime::FunctionId id, int num_arguments, argument
183 CallRuntime(function, num_arguments, instr);
/external/v8/src/crankshaft/s390/
H A Dlithium-codegen-s390.h176 void CallRuntime(const Runtime::Function* function, int num_arguments,
180 void CallRuntime(Runtime::FunctionId id, int num_arguments, argument
183 CallRuntime(function, num_arguments, instr);
/external/v8/src/crankshaft/x64/
H A Dlithium-codegen-x64.h170 int num_arguments,
175 int num_arguments,
178 CallRuntime(function, num_arguments, instr);
174 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
/external/v8/src/regexp/arm/
H A Dregexp-macro-assembler-arm.cc863 static const int num_arguments = 3; local
864 __ PrepareCallCFunction(num_arguments, r0);
870 __ CallCFunction(grow_stack, num_arguments);
/external/v8/src/regexp/ppc/
H A Dregexp-macro-assembler-ppc.cc911 static const int num_arguments = 3; local
912 __ PrepareCallCFunction(num_arguments, r3);
918 __ CallCFunction(grow_stack, num_arguments);
/external/v8/src/crankshaft/arm64/
H A Dlithium-codegen-arm64.h298 int num_arguments,
303 int num_arguments,
306 CallRuntime(function, num_arguments, instr);
302 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
/external/v8/src/regexp/mips/
H A Dregexp-macro-assembler-mips.cc874 static const int num_arguments = 3; local
875 __ PrepareCallCFunction(num_arguments, a0);
881 __ CallCFunction(grow_stack, num_arguments);
/external/v8/src/regexp/mips64/
H A Dregexp-macro-assembler-mips64.cc911 static const int num_arguments = 3; local
912 __ PrepareCallCFunction(num_arguments, a0);
918 __ CallCFunction(grow_stack, num_arguments);
/external/v8/src/regexp/s390/
H A Dregexp-macro-assembler-s390.cc909 static const int num_arguments = 3; local
910 __ PrepareCallCFunction(num_arguments, r2);
915 __ CallCFunction(grow_stack, num_arguments);
1076 static const int num_arguments = 3; local
1077 __ PrepareCallCFunction(num_arguments, scratch);
1086 CallCFunctionUsingStub(stack_guard_check, num_arguments);
1212 ExternalReference function, int num_arguments) {
1214 DCHECK(num_arguments <= 8);
/external/v8/src/regexp/ia32/
H A Dregexp-macro-assembler-ia32.cc903 static const int num_arguments = 3; variable
904 __ PrepareCallCFunction(num_arguments, ebx);
912 __ CallCFunction(grow_stack, num_arguments);
1090 static const int num_arguments = 3;
1091 __ PrepareCallCFunction(num_arguments, scratch);
1101 __ CallCFunction(check_stack_guard, num_arguments);
/external/v8/src/regexp/x87/
H A Dregexp-macro-assembler-x87.cc902 static const int num_arguments = 3; variable
903 __ PrepareCallCFunction(num_arguments, ebx);
911 __ CallCFunction(grow_stack, num_arguments);
1089 static const int num_arguments = 3;
1090 __ PrepareCallCFunction(num_arguments, scratch);
1100 __ CallCFunction(check_stack_guard, num_arguments);
/external/oj-libjdwp/src/share/javavm/export/
H A Djmm.h202 int num_arguments; /* Number of supported options or arguments */ member in struct:__anon17482
/external/v8/src/arm/
H A Dmacro-assembler-arm.h1051 int num_arguments,
1066 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
1068 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
1073 int num_arguments);
1110 void CallCFunction(ExternalReference function, int num_arguments);
1111 void CallCFunction(Register function, int num_arguments);
H A Dmacro-assembler-arm.cc2609 int num_arguments,
2616 CHECK(f->nargs < 0 || f->nargs == num_arguments);
2622 mov(r0, Operand(num_arguments));
2630 int num_arguments) {
2631 mov(r0, Operand(num_arguments));
3366 // Make stack end at alignment and make room for num_arguments - 4 words
3426 int num_arguments) {
3427 CallCFunction(function, num_arguments, 0);
3432 int num_arguments) {
3433 CallCFunction(function, num_arguments,
3425 CallCFunction(ExternalReference function, int num_arguments) argument
3431 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.h661 void CallRuntime(const Runtime::Function* f, int num_arguments,
676 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
678 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
682 void CallExternalReference(ExternalReference ref, int num_arguments);
694 void PrepareCallCFunction(int num_arguments, Register scratch);
701 void CallCFunction(ExternalReference function, int num_arguments);
702 void CallCFunction(Register function, int num_arguments);
/external/v8/src/x64/
H A Dmacro-assembler-x64.h1388 int num_arguments,
1405 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
1407 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
1412 int num_arguments);
1428 void PrepareCallCFunction(int num_arguments);
1435 void CallCFunction(ExternalReference function, int num_arguments);
1436 void CallCFunction(Register function, int num_arguments);
1440 int ArgumentStackSlotsForCFunctionCall(int num_arguments);
/external/v8/src/x87/
H A Dmacro-assembler-x87.h653 void CallRuntime(const Runtime::Function* f, int num_arguments,
668 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
670 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
674 void CallExternalReference(ExternalReference ref, int num_arguments);
686 void PrepareCallCFunction(int num_arguments, Register scratch);
693 void CallCFunction(ExternalReference function, int num_arguments);
694 void CallCFunction(Register function, int num_arguments);
/external/v8/src/arm64/
H A Dmacro-assembler-arm64.h1121 int num_arguments,
1125 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
1127 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
1166 int num_arguments);
/external/v8/src/mips/
H A Dmacro-assembler-mips.h1318 void CallRuntime(const Runtime::Function* f, int num_arguments,
1335 void CallRuntime(Runtime::FunctionId id, int num_arguments, argument
1338 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles, bd); local
1343 int num_arguments,
1377 void CallCFunction(ExternalReference function, int num_arguments);
1378 void CallCFunction(Register function, int num_arguments);
/external/v8/src/mips64/
H A Dmacro-assembler-mips64.h1426 void CallRuntime(const Runtime::Function* f, int num_arguments,
1443 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
1446 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles, bd); local
1451 int num_arguments,
1484 void CallCFunction(ExternalReference function, int num_arguments);
1485 void CallCFunction(Register function, int num_arguments);
/external/v8/src/ppc/
H A Dmacro-assembler-ppc.h939 void CallRuntime(const Runtime::Function* f, int num_arguments,
954 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
956 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
960 void CallExternalReference(const ExternalReference& ext, int num_arguments);
995 void CallCFunction(ExternalReference function, int num_arguments);
996 void CallCFunction(Register function, int num_arguments);
/external/v8/src/s390/
H A Dmacro-assembler-s390.h1223 void CallRuntime(const Runtime::Function* f, int num_arguments,
1238 void CallRuntime(Runtime::FunctionId fid, int num_arguments, argument
1240 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local
1244 void CallExternalReference(const ExternalReference& ext, int num_arguments);
1279 void CallCFunction(ExternalReference function, int num_arguments);
1280 void CallCFunction(Register function, int num_arguments);

Completed in 317 milliseconds

12