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

12

/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/js/
H A Darray.js567 var num_arguments = arguments.length;
571 SparseMove(array, 0, 0, len, num_arguments);
573 SimpleMove(array, 0, 0, len, num_arguments);
576 for (var i = 0; i < num_arguments; i++) {
580 var new_length = len + num_arguments;
638 function ComputeSpliceDeleteCount(delete_count, num_arguments, len, start_i) {
645 if (num_arguments == 1)
662 var num_arguments = arguments.length;
666 var del_count = ComputeSpliceDeleteCount(delete_count, num_arguments, len,
670 var num_elements_to_add = num_arguments >
[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);
H A Dmacro-assembler-ia32.cc1707 int num_arguments,
1712 CHECK(f->nargs < 0 || f->nargs == num_arguments);
1718 Move(eax, Immediate(num_arguments));
1726 int num_arguments) {
1727 mov(eax, Immediate(num_arguments));
1738 // -- esp[8] : argument num_arguments - 1
1740 // -- esp[8 * num_arguments] : argument 0 (receiver)
2603 void MacroAssembler::PrepareCallCFunction(int num_arguments, Register scratch) { argument
2606 // Make stack end at alignment and make room for num_arguments words
2609 sub(esp, Immediate((num_arguments
1706 CallRuntime(const Runtime::Function* f, int num_arguments, SaveFPRegsMode save_doubles) argument
1725 CallExternalReference(ExternalReference ref, int num_arguments) argument
2619 CallCFunction(ExternalReference function, int num_arguments) argument
2627 CallCFunction(Register function, int num_arguments) argument
[all...]
/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);
H A Dmacro-assembler-x87.cc1647 void MacroAssembler::CallRuntime(const Runtime::Function* f, int num_arguments, argument
1652 CHECK(f->nargs < 0 || f->nargs == num_arguments);
1658 Move(eax, Immediate(num_arguments));
1666 int num_arguments) {
1667 mov(eax, Immediate(num_arguments));
1678 // -- esp[8] : argument num_arguments - 1
1680 // -- esp[8 * num_arguments] : argument 0 (receiver)
2449 void MacroAssembler::PrepareCallCFunction(int num_arguments, Register scratch) { argument
2452 // Make stack end at alignment and make room for num_arguments words
2455 sub(esp, Immediate((num_arguments
1665 CallExternalReference(ExternalReference ref, int num_arguments) argument
2465 CallCFunction(ExternalReference function, int num_arguments) argument
2473 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/v8/src/regexp/x64/
H A Dregexp-macro-assembler-x64.cc305 static const int num_arguments = 4;
306 __ PrepareCallCFunction(num_arguments);
354 __ CallCFunction(compare, num_arguments);
965 static const int num_arguments = 3;
966 __ PrepareCallCFunction(num_arguments);
980 __ CallCFunction(grow_stack, num_arguments);
1183 static const int num_arguments = 3;
1184 __ PrepareCallCFunction(num_arguments);
1204 __ CallCFunction(stack_check, num_arguments);
/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/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/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/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/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);
H A Dregexp-macro-assembler-s390.h132 void CallCFunctionUsingStub(ExternalReference function, int num_arguments);
/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/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);
H A Dmacro-assembler-x64.cc683 int num_arguments,
688 CHECK(f->nargs < 0 || f->nargs == num_arguments);
694 Set(rax, num_arguments);
702 int num_arguments) {
703 Set(rax, num_arguments);
714 // -- rsp[8] : argument num_arguments - 1
716 // -- rsp[8 * num_arguments] : argument 0 (receiver)
4962 int MacroAssembler::ArgumentStackSlotsForCFunctionCall(int num_arguments) { argument
4969 DCHECK(num_arguments >= 0);
4972 if (num_arguments < kMinimumStackSlot
682 CallRuntime(const Runtime::Function* f, int num_arguments, SaveFPRegsMode save_doubles) argument
701 CallExternalReference(const ExternalReference& ext, int num_arguments) argument
5014 PrepareCallCFunction(int num_arguments) argument
5030 CallCFunction(ExternalReference function, int num_arguments) argument
5037 CallCFunction(Register function, int num_arguments) argument
[all...]
/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);
/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/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/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 563 milliseconds

12