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

12

/external/chromium_org/v8/src/arm/
H A Dregexp-macro-assembler-arm.cc844 static const int num_arguments = 3; local
845 __ PrepareCallCFunction(num_arguments, r0);
851 __ CallCFunction(grow_stack, num_arguments);
H A Dlithium-codegen-arm.h221 int num_arguments,
226 int num_arguments,
229 CallRuntime(function, num_arguments, instr);
225 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dmacro-assembler-arm.h973 void IllegalOperation(int num_arguments);
1066 int num_arguments,
1075 int num_arguments,
1077 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
1082 int num_arguments);
1088 int num_arguments,
1093 int num_arguments,
1128 void CallCFunction(ExternalReference function, int num_arguments);
1129 void CallCFunction(Register function, int num_arguments);
1074 CallRuntime(Runtime::FunctionId id, int num_arguments, SaveFPRegsMode save_doubles = kDontSaveFPRegs) argument
H A Dlithium-codegen-arm.cc730 int num_arguments,
735 __ CallRuntime(function, num_arguments, save_doubles);
729 CallRuntime(const Runtime::Function* function, int num_arguments, LInstruction* instr, SaveFPRegsMode save_doubles) argument
/external/chromium_org/v8/src/mips/
H A Dlithium-codegen-mips.h217 int num_arguments,
222 int num_arguments,
225 CallRuntime(function, num_arguments, instr);
221 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
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);
H A Dmacro-assembler-mips.h1096 void IllegalOperation(int num_arguments);
1207 int num_arguments,
1216 int num_arguments,
1218 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
1223 int num_arguments,
1230 int num_arguments,
1235 int num_arguments,
1265 void CallCFunction(ExternalReference function, int num_arguments);
1266 void CallCFunction(Register function, int num_arguments);
1215 CallRuntime(Runtime::FunctionId id, int num_arguments, SaveFPRegsMode save_doubles = kDontSaveFPRegs) argument
H A Dlithium-codegen-mips.cc697 int num_arguments,
702 __ CallRuntime(function, num_arguments, save_doubles);
696 CallRuntime(const Runtime::Function* function, int num_arguments, LInstruction* instr, SaveFPRegsMode save_doubles) argument
H A Dmacro-assembler-mips.cc4031 void MacroAssembler::IllegalOperation(int num_arguments) { argument
4032 if (num_arguments > 0) {
4033 addiu(sp, sp, num_arguments * kPointerSize);
4186 int num_arguments,
4193 if (f->nargs >= 0 && f->nargs != num_arguments) {
4194 IllegalOperation(num_arguments);
4202 PrepareCEntryArgs(num_arguments);
4210 int num_arguments,
4212 PrepareCEntryArgs(num_arguments);
4221 int num_arguments,
4185 CallRuntime(const Runtime::Function* f, int num_arguments, SaveFPRegsMode save_doubles) argument
4209 CallExternalReference(const ExternalReference& ext, int num_arguments, BranchDelaySlot bd) argument
4220 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
4232 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
4236 num_arguments, local
5154 CallCFunction(ExternalReference function, int num_arguments) argument
5160 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/chromium_org/v8/src/x64/
H A Dlithium-codegen-x64.h187 int num_arguments,
192 int num_arguments,
195 CallRuntime(function, num_arguments, instr);
191 CallRuntime(Runtime::FunctionId id, int num_arguments, LInstruction* instr) argument
H A Dmacro-assembler-x64.h1216 void IllegalOperation(int num_arguments);
1266 int num_arguments,
1277 int num_arguments,
1279 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
1284 int num_arguments);
1290 int num_arguments,
1295 int num_arguments,
1326 void PrepareCallCFunction(int num_arguments);
1333 void CallCFunction(ExternalReference function, int num_arguments);
1334 void CallCFunction(Register function, int num_arguments);
1276 CallRuntime(Runtime::FunctionId id, int num_arguments, SaveFPRegsMode save_doubles = kDontSaveFPRegs) argument
[all...]
H A Dmacro-assembler-x64.cc572 void MacroAssembler::IllegalOperation(int num_arguments) { argument
573 if (num_arguments > 0) {
574 addq(rsp, Immediate(num_arguments * kPointerSize));
600 int num_arguments,
605 if (f->nargs >= 0 && f->nargs != num_arguments) {
606 IllegalOperation(num_arguments);
614 Set(rax, num_arguments);
622 int num_arguments) {
623 Set(rax, num_arguments);
632 int num_arguments,
599 CallRuntime(const Runtime::Function* f, int num_arguments, SaveFPRegsMode save_doubles) argument
621 CallExternalReference(const ExternalReference& ext, int num_arguments) argument
631 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
650 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
654 num_arguments, local
4644 ArgumentStackSlotsForCFunctionCall(int num_arguments) argument
4696 PrepareCallCFunction(int num_arguments) argument
4712 CallCFunction(ExternalReference function, int num_arguments) argument
4719 CallCFunction(Register function, int num_arguments) argument
[all...]
H A Dlithium-codegen-x64.cc621 int num_arguments,
627 __ CallRuntime(function, num_arguments, save_doubles);
620 CallRuntime(const Runtime::Function* function, int num_arguments, LInstruction* instr, SaveFPRegsMode save_doubles) 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 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 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);
H A Dmacro-assembler-mips.cc4014 void MacroAssembler::IllegalOperation(int num_arguments) { argument
4015 if (num_arguments > 0) {
4016 addiu(sp, sp, num_arguments * kPointerSize);
4169 int num_arguments) {
4175 if (f->nargs >= 0 && f->nargs != num_arguments) {
4176 IllegalOperation(num_arguments);
4184 PrepareCEntryArgs(num_arguments);
4200 void MacroAssembler::CallRuntime(Runtime::FunctionId fid, int num_arguments) { argument
4201 CallRuntime(Runtime::FunctionForId(fid), num_arguments); local
4206 int num_arguments,
4168 CallRuntime(const Runtime::Function* f, int num_arguments) argument
4205 CallExternalReference(const ExternalReference& ext, int num_arguments, BranchDelaySlot bd) argument
4216 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
4228 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
4232 num_arguments, local
4949 CallCFunction(ExternalReference function, int num_arguments) argument
4955 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/v8/src/x64/
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 Dmacro-assembler-x64.cc551 void MacroAssembler::IllegalOperation(int num_arguments) { argument
552 if (num_arguments > 0) {
553 addq(rsp, Immediate(num_arguments * kPointerSize));
578 void MacroAssembler::CallRuntime(Runtime::FunctionId id, int num_arguments) { argument
579 CallRuntime(Runtime::FunctionForId(id), num_arguments); local
593 int num_arguments) {
597 if (f->nargs >= 0 && f->nargs != num_arguments) {
598 IllegalOperation(num_arguments);
606 Set(rax, num_arguments);
614 int num_arguments) {
592 CallRuntime(const Runtime::Function* f, int num_arguments) argument
613 CallExternalReference(const ExternalReference& ext, int num_arguments) argument
623 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
642 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
646 num_arguments, local
4105 ArgumentStackSlotsForCFunctionCall(int num_arguments) argument
4124 PrepareCallCFunction(int num_arguments) argument
4140 CallCFunction(ExternalReference function, int num_arguments) argument
4147 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h757 void IllegalOperation(int num_arguments);
779 int num_arguments,
788 int num_arguments,
790 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles); local
794 void CallExternalReference(ExternalReference ref, int num_arguments);
800 int num_arguments,
805 int num_arguments,
815 void PrepareCallCFunction(int num_arguments, Register scratch);
822 void CallCFunction(ExternalReference function, int num_arguments);
823 void CallCFunction(Register function, int num_arguments);
787 CallRuntime(Runtime::FunctionId id, int num_arguments, SaveFPRegsMode save_doubles = kDontSaveFPRegs) argument
[all...]
H A Dregexp-macro-assembler-ia32.cc893 static const int num_arguments = 3; variable
894 __ PrepareCallCFunction(num_arguments, ebx);
902 __ CallCFunction(grow_stack, num_arguments);
1076 static const int num_arguments = 3;
1077 __ PrepareCallCFunction(num_arguments, scratch);
1087 __ CallCFunction(check_stack_guard, num_arguments);
H A Dmacro-assembler-ia32.cc2205 void MacroAssembler::IllegalOperation(int num_arguments) { argument
2206 if (num_arguments > 0) {
2207 add(esp, Immediate(num_arguments * kPointerSize));
2233 int num_arguments,
2238 if (f->nargs >= 0 && f->nargs != num_arguments) {
2239 IllegalOperation(num_arguments);
2247 Set(eax, Immediate(num_arguments));
2256 int num_arguments) {
2257 mov(eax, Immediate(num_arguments));
2266 int num_arguments,
2232 CallRuntime(const Runtime::Function* f, int num_arguments, SaveFPRegsMode save_doubles) argument
2255 CallExternalReference(ExternalReference ref, int num_arguments) argument
2265 TailCallExternalReference(const ExternalReference& ext, int num_arguments, int result_size) argument
2277 TailCallRuntime(Runtime::FunctionId fid, int num_arguments, int result_size) argument
2281 num_arguments, local
3312 PrepareCallCFunction(int num_arguments, Register scratch) argument
3328 CallCFunction(ExternalReference function, int num_arguments) argument
3336 CallCFunction(Register function, int num_arguments) argument
[all...]
/external/v8/src/ia32/
H A Dregexp-macro-assembler-ia32.cc853 static const int num_arguments = 3; local
854 __ PrepareCallCFunction(num_arguments, ebx);
862 __ CallCFunction(grow_stack, num_arguments);
1034 static const int num_arguments = 3;
1035 __ PrepareCallCFunction(num_arguments, scratch);
1045 __ CallCFunction(check_stack_guard, 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...]

Completed in 381 milliseconds

12