Searched defs:arguments (Results 176 - 200 of 252) sorted by relevance

1234567891011

/external/v8/src/mips/
H A Dfull-codegen-mips.cc131 // and arguments have been pushed on the stack left to right. The actual
233 Variable* arguments = scope()->arguments(); local
234 if (arguments != NULL) {
235 // Function uses arguments object.
236 Comment cmnt(masm_, "[ Allocate arguments object");
254 // stack frame was an arguments adapter frame.
266 SetVar(arguments, v0, a1, a2);
1822 // Call load IC. It has arguments receiver and property name a0 and a2.
1831 // Call keyed load IC. It has arguments ke
[all...]
H A Dlithium-mips.cc354 arguments()->PrintTo(stream);
512 // A parameter relative to ebp in the arguments stub.
574 va_list arguments; local
575 va_start(arguments, format);
576 OS::VPrint(format, arguments);
577 va_end(arguments);
2187 // There are no real uses of the arguments object.
2188 // arguments.length and element access are supported directly on
2189 // stack arguments, and any real arguments objec
2196 LOperand* arguments = UseRegister(instr->arguments()); local
[all...]
H A Dstub-cache-mips.cc528 const ParameterCount& arguments,
544 __ sw(a3, MemOperand(sp, arguments.immediate() * kPointerSize));
551 __ InvokeFunction(a1, arguments, JUMP_FUNCTION, NullCallWrapper(), call_kind);
593 // Reserves space for the extra arguments to FastHandleApiCall in the
596 // These arguments are set by CheckPrototypes and GenerateFastApiDirectCall.
629 // Pass the additional arguments FastHandleApiCall expects.
686 const ParameterCount& arguments,
690 arguments_(arguments),
1215 // the arguments in a1-a2 instead of a0-a1. TryCallApiFunctionAndReturn
1392 // Get the number of arguments
526 GenerateCallFunction(MacroAssembler* masm, Handle<Object> object, const ParameterCount& arguments, Label* miss, Code::ExtraICState extra_ic_state) argument
685 CallInterceptorCompiler(StubCompiler* stub_compiler, const ParameterCount& arguments, Register name, Code::ExtraICState extra_ic_state) argument
[all...]
H A Dlithium-mips.h497 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
508 LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) { argument
509 inputs_[0] = arguments;
514 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
516 LOperand* arguments() { return inputs_[0]; } function in class:v8::internal::LAccessArgumentsAt
530 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
538 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
/external/v8/src/x64/
H A Dfull-codegen-x64.cc109 // and arguments have been pushed on the stack left to right, with the
233 // Possibly allocate an arguments object.
234 Variable* arguments = scope()->arguments(); local
235 if (arguments != NULL) {
237 // case the "arguments" or ".arguments" variables are in the context.
238 Comment cmnt(masm_, "[ Allocate arguments object");
254 // stack frame was an arguments adapter frame.
266 SetVar(arguments, ra
[all...]
H A Dlithium-x64.cc356 arguments()->PrintTo(stream);
505 // A parameter relative to ebp in the arguments stub.
567 va_list arguments; local
568 va_start(arguments, format);
569 OS::VPrint(format, arguments);
570 va_end(arguments);
2181 // There are no real uses of the arguments object.
2182 // arguments.length and element access are supported directly on
2183 // stack arguments, and any real arguments objec
2190 LOperand* arguments = UseRegister(instr->arguments()); local
[all...]
H A Dlithium-x64.h499 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
510 LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) { argument
511 inputs_[0] = arguments;
516 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
518 LOperand* arguments() { return inputs_[0]; } function in class:v8::internal::LAccessArgumentsAt
532 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
540 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jar ... .xml.sax.helpers.DefaultHandler { private String[] arguments private java.util.List argumentsList private String componentID ...
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwContents.java1749 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
1750 return mContentViewCore.performAccessibilityAction(action, arguments);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js75 var args = Array.prototype.slice.call(arguments);
165 function $arguments(i){
167 return arguments[i];
187 ((type == 'arguments' || type == 'collection' || type == 'array') ? Array : Hash).each(iterable, fn, bind);
208 var args = Array.slice(arguments);
214 for (var i = 1, l = arguments.length; i < l; i++){
215 var object = arguments[i];
226 for (var i = 0, l = arguments.length; i < l; i++){
227 if (arguments[i] != undefined) return arguments[
[all...]
/external/chromium_org/v8/src/arm/
H A Dfull-codegen-arm.cc115 // and arguments have been pushed on the stack left to right. The actual
231 Variable* arguments = scope()->arguments(); local
232 if (arguments != NULL) {
233 // Function uses arguments object.
234 Comment cmnt(masm_, "[ Allocate arguments object");
252 // stack frame was an arguments adapter frame.
264 SetVar(arguments, r0, r1, r2);
2151 // Push holes for the rest of the arguments to the generator function.
2263 // Call load IC. It has arguments receive
[all...]
H A Dlithium-arm.h566 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
577 LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) { argument
578 inputs_[0] = arguments;
583 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
585 LOperand* arguments() { return inputs_[0]; } function in class:v8::internal::LAccessArgumentsAt
601 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
607 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
/external/chromium_org/v8/src/ia32/
H A Dfull-codegen-ia32.cc105 // and arguments have been pushed on the stack left to right, with the
225 Variable* arguments = scope()->arguments(); local
226 if (arguments != NULL) {
227 // Function uses arguments object.
228 Comment cmnt(masm_, "[ Allocate arguments object");
244 // stack frame was an arguments adapter frame.
256 SetVar(arguments, eax, ebx, edx);
2113 // Push holes for arguments to generator function.
2571 ZoneList<Expression*>* args = expr->arguments();
[all...]
H A Dlithium-ia32.h577 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
583 LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) { argument
584 inputs_[0] = arguments;
589 LOperand* arguments() { return inputs_[0]; } function in class:v8::internal::LAccessArgumentsAt
593 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
607 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
613 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
/external/chromium_org/v8/src/mips/
H A Dfull-codegen-mips.cc124 // and arguments have been pushed on the stack left to right. The actual
235 Variable* arguments = scope()->arguments(); local
236 if (arguments != NULL) {
237 // Function uses arguments object.
238 Comment cmnt(masm_, "[ Allocate arguments object");
256 // stack frame was an arguments adapter frame.
268 SetVar(arguments, v0, a1, a2);
2160 // Push holes for the rest of the arguments to the generator function.
2272 // Call load IC. It has arguments receive
[all...]
H A Dlithium-mips.h562 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
573 LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) { argument
574 inputs_[0] = arguments;
579 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
581 LOperand* arguments() { return inputs_[0]; } function in class:v8::internal::LAccessArgumentsAt
597 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
603 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
/external/chromium_org/v8/src/x64/
H A Dfull-codegen-x64.cc105 // and arguments have been pushed on the stack left to right, with the
217 // Possibly allocate an arguments object.
218 Variable* arguments = scope()->arguments(); local
219 if (arguments != NULL) {
221 // case the "arguments" or ".arguments" variables are in the context.
222 Comment cmnt(masm_, "[ Allocate arguments object");
238 // stack frame was an arguments adapter frame.
250 SetVar(arguments, ra
[all...]
H A Dlithium-x64.h570 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
576 LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) { argument
577 inputs_[0] = arguments;
582 LOperand* arguments() { return inputs_[0]; } function in class:v8::internal::LAccessArgumentsAt
586 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
600 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
606 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
/external/v8/src/arm/
H A Dlithium-arm.h498 DECLARE_CONCRETE_INSTRUCTION(ApplyArguments, "apply-arguments")
509 LAccessArgumentsAt(LOperand* arguments, LOperand* length, LOperand* index) { argument
510 inputs_[0] = arguments;
515 DECLARE_CONCRETE_INSTRUCTION(AccessArgumentsAt, "access-arguments-at")
517 LOperand* arguments() { return inputs_[0]; } function in class:v8::internal::LAccessArgumentsAt
531 DECLARE_CONCRETE_INSTRUCTION(ArgumentsLength, "arguments-length")
539 DECLARE_CONCRETE_INSTRUCTION(ArgumentsElements, "arguments-elements")
/external/v8/src/
H A Dhydrogen-instructions.h1357 Variable* arguments)
1363 arguments_(arguments) {
1378 Variable* arguments() { return arguments_; }
2590 HAccessArgumentsAt(HValue* arguments, HValue* length, HValue* index) { argument
2593 SetOperandAt(0, arguments);
2601 // The arguments elements is considered tagged.
2607 HValue* arguments() { return OperandAt(0); } function in class:v8::HAccessArgumentsAt
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar ... inf java.util.List containers String[] cmd String arguments String[] args protected java.lang.String getArguments (java ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ant.core_3.2.200.v20100427.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DContentViewCore.java2723 * @param arguments Optional action arguments.
2727 public boolean performAccessibilityAction(int action, Bundle arguments) { argument
2729 return mAccessibilityInjector.performAccessibilityAction(action, arguments);

Completed in 530 milliseconds

1234567891011