/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.h | 195 int num_arguments, 200 int num_arguments, 203 CallRuntime(function, num_arguments, instr);
|
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.h | 168 int num_arguments, 173 int num_arguments, 176 CallRuntime(function, num_arguments, instr);
|
/external/v8/src/js/ |
array.js | 716 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/ia32/ |
macro-assembler-ia32.h | 677 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); local 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); [all...] |
macro-assembler-ia32.cc | [all...] |
/external/v8/src/x87/ |
macro-assembler-x87.h | 666 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); local 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); [all...] |
macro-assembler-x87.cc | [all...] |
/external/v8/src/regexp/x64/ |
regexp-macro-assembler-x64.cc | 304 static const int num_arguments = 4; 305 __ PrepareCallCFunction(num_arguments); 345 __ CallCFunction(compare, num_arguments); 953 static const int num_arguments = 3; 954 __ PrepareCallCFunction(num_arguments); [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.h | 299 int num_arguments, 304 int num_arguments, 307 CallRuntime(function, num_arguments, instr);
|
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.h | 189 int num_arguments, 194 int num_arguments, 197 CallRuntime(function, num_arguments, instr);
|
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.h | 191 int num_arguments, 196 int num_arguments, 199 CallRuntime(function, num_arguments, instr);
|
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.h | 172 void CallRuntime(const Runtime::Function* function, int num_arguments, 176 void CallRuntime(Runtime::FunctionId id, int num_arguments, 179 CallRuntime(function, num_arguments, instr);
|
/external/v8/src/regexp/ia32/ |
regexp-macro-assembler-ia32.cc | 894 static const int num_arguments = 3; variable 895 __ PrepareCallCFunction(num_arguments, ebx); 903 __ CallCFunction(grow_stack, num_arguments); [all...] |
/external/v8/src/regexp/x87/ |
regexp-macro-assembler-x87.cc | 894 static const int num_arguments = 3; variable 895 __ PrepareCallCFunction(num_arguments, ebx); 903 __ CallCFunction(grow_stack, num_arguments); [all...] |
/external/v8/src/x64/ |
macro-assembler-x64.h | 1425 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local [all...] |
macro-assembler-x64.cc | 637 int num_arguments, 642 CHECK(f->nargs < 0 || f->nargs == num_arguments); 648 Set(rax, num_arguments); 656 int num_arguments) { 657 Set(rax, num_arguments); 668 // -- rsp[8] : argument num_arguments - 1 670 // -- rsp[8 * num_arguments] : argument 0 (receiver) [all...] |
/external/v8/src/arm/ |
macro-assembler-arm.h | 1089 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local [all...] |
/external/v8/src/mips/ |
macro-assembler-mips.h | 1268 CallRuntime(Runtime::FunctionForId(id), num_arguments, save_doubles, bd); local [all...] |
/external/v8/src/ppc/ |
macro-assembler-ppc.h | 955 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local [all...] |
/external/v8/src/mips64/ |
macro-assembler-mips64.h | 1391 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles, bd); local [all...] |
/external/v8/src/regexp/arm/ |
regexp-macro-assembler-arm.cc | 854 static const int num_arguments = 3; local 855 __ PrepareCallCFunction(num_arguments, r0); 861 __ CallCFunction(grow_stack, num_arguments); [all...] |
/external/v8/src/regexp/mips/ |
regexp-macro-assembler-mips.cc | 864 static const int num_arguments = 3; local 865 __ PrepareCallCFunction(num_arguments, a0); 871 __ CallCFunction(grow_stack, num_arguments); [all...] |
/external/v8/src/regexp/mips64/ |
regexp-macro-assembler-mips64.cc | 904 static const int num_arguments = 3; local [all...] |
/external/v8/src/regexp/ppc/ |
regexp-macro-assembler-ppc.cc | 903 static const int num_arguments = 3; local [all...] |
/external/v8/src/arm64/ |
macro-assembler-arm64.h | 1100 CallRuntime(Runtime::FunctionForId(fid), num_arguments, save_doubles); local [all...] |