HomeSort by relevance Sort by last modified time
    Searched refs:num_arguments (Results 1 - 25 of 42) sorted by null

1 2

  /external/v8/src/ia32/
macro-assembler-ia32.h 661 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);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.h     [all...]
lithium-codegen-x64.h 185 int num_arguments,
189 int num_arguments,
192 CallRuntime(function, num_arguments, instr);
regexp-macro-assembler-x64.cc 405 static const int num_arguments = 4;
406 __ PrepareCallCFunction(num_arguments);
440 __ CallCFunction(compare, num_arguments);
    [all...]
  /external/chromium_org/v8/src/ia32/
macro-assembler-ia32.h 721 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);
    [all...]
  /external/chromium_org/v8/src/
array.js 628 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; i++)
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.h     [all...]
regexp-macro-assembler-x64.cc 330 static const int num_arguments = 4;
331 __ PrepareCallCFunction(num_arguments);
365 __ CallCFunction(compare, num_arguments);
    [all...]
lithium-codegen-x64.h 211 int num_arguments,
215 int num_arguments,
218 CallRuntime(function, num_arguments, instr);
  /external/chromium_org/v8/src/arm/
lithium-codegen-arm.h 249 int num_arguments,
253 int num_arguments,
256 CallRuntime(function, num_arguments, instr);
regexp-macro-assembler-arm.h 221 int num_arguments);
macro-assembler-arm.h     [all...]
regexp-macro-assembler-arm.cc 845 static const int num_arguments = 3; local
846 __ PrepareCallCFunction(num_arguments, r0);
852 __ CallCFunction(grow_stack, num_arguments);
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-codegen-mips.h 245 int num_arguments,
249 int num_arguments,
252 CallRuntime(function, num_arguments, instr);
regexp-macro-assembler-mips.h 226 int num_arguments);
macro-assembler-mips.h     [all...]
regexp-macro-assembler-mips.cc 851 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
    [all...]
  /external/v8/src/arm/
lithium-codegen-arm.h 204 int num_arguments,
208 int num_arguments,
211 CallRuntime(function, num_arguments, instr);
regexp-macro-assembler-arm.h 222 int num_arguments);
macro-assembler-arm.h     [all...]
regexp-macro-assembler-arm.cc 793 static const int num_arguments = 3; local
794 __ PrepareCallCFunction(num_arguments, r0);
800 __ CallCFunction(grow_stack, num_arguments);
    [all...]
  /external/v8/src/mips/
lithium-codegen-mips.h 201 int num_arguments,
205 int num_arguments,
208 CallRuntime(function, num_arguments, instr);
regexp-macro-assembler-mips.h 227 int num_arguments);
macro-assembler-mips.h     [all...]
regexp-macro-assembler-mips.cc 800 static const int num_arguments = 3; local
801 __ PrepareCallCFunction(num_arguments, a0);
807 __ CallCFunction(grow_stack, num_arguments);
    [all...]

Completed in 463 milliseconds

1 2