HomeSort by relevance Sort by last modified time
    Searched defs:arguments (Results 226 - 250 of 866) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 80 // and arguments have been pushed on the stack left to right, with the
279 Variable* arguments = scope()->arguments(); local
280 if (arguments != NULL) {
281 // Function uses arguments object.
282 Comment cmnt(masm_, "[ Allocate arguments object");
295 // Arguments to ArgumentsAccessStub:
298 // previous stack frame was an arguments adapter frame.
305 SetVar(arguments, eax, ebx, edx);
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 98 // and arguments have been pushed on the stack left to right. The actual
296 Variable* arguments = scope()->arguments(); local
297 if (arguments != NULL) {
298 // Function uses arguments object.
299 Comment cmnt(masm_, "[ Allocate arguments object");
313 // Arguments to ArgumentsAccessStub:
316 // previous stack frame was an arguments adapter frame.
323 SetVar(arguments, v0, a1, a2);
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 98 // and arguments have been pushed on the stack left to right. The actual
293 Variable* arguments = scope()->arguments(); local
294 if (arguments != NULL) {
295 // Function uses arguments object.
296 Comment cmnt(masm_, "[ Allocate arguments object");
310 // Arguments to ArgumentsAccessStub:
313 // previous stack frame was an arguments adapter frame.
320 SetVar(arguments, v0, a1, a2);
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 86 // and arguments have been pushed on the stack left to right. The actual
290 Variable* arguments = scope()->arguments(); local
291 if (arguments != NULL) {
292 // Function uses arguments object.
293 Comment cmnt(masm_, "[ Allocate arguments object");
307 // Arguments to ArgumentsAccessStub:
310 // previous stack frame was an arguments adapter frame.
317 SetVar(arguments, r3, r4, r5);
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 80 // and arguments have been pushed on the stack left to right, with the
276 Variable* arguments = scope()->arguments(); local
277 if (arguments != NULL) {
278 // Function uses arguments object.
279 Comment cmnt(masm_, "[ Allocate arguments object");
292 // Arguments to ArgumentsAccessStub:
295 // previous stack frame was an arguments adapter frame.
302 SetVar(arguments, eax, ebx, edx);
    [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
slf4j-simple-1.7.5.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkstats/24.4.0-beta6/
sdkstats-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkstats/24.5.0/
sdkstats-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdkstats/25.0.0-alpha1/
sdkstats-25.0.0-alpha1.jar 
  /prebuilts/tools/common/m2/repository/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /external/guice/lib/build/
easymock.jar 
  /external/v8/src/arm64/
simulator-arm64.cc 61 va_list arguments; local
62 va_start(arguments, format);
63 base::OS::VFPrint(stream_, format, arguments);
64 va_end(arguments);
141 // Process stack arguments, and make sure the stack is suitably aligned.
593 // Object* f(v8::internal::Arguments).
598 // We don't know how many arguments are being passed, but we can
601 TraceSim("Arguments: "
625 TraceSim("Arguments: 0x%016" PRIx64 "\n", xreg(0));
639 TraceSim("Arguments: %f, %f\n", dreg(0), dreg(1))
    [all...]
  /external/v8/src/compiler/
ast-graph-builder.cc 518 // parameters (including the receiver) plus new target, number of arguments,
576 // Build the arguments object if it is used.
577 BuildArgumentsObject(scope->arguments());
579 // Build rest arguments array if it is used.
634 Variable* arguments = info()->scope()->arguments(); local
635 if (arguments != nullptr && arguments->IsStackAllocated()) {
636 replacer.MarkPermanentlyLive(arguments->index());
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 89 // and arguments have been pushed on the stack left to right. The actual
288 Variable* arguments = scope()->arguments(); local
289 if (arguments != NULL) {
290 // Function uses arguments object.
291 Comment cmnt(masm_, "[ Allocate arguments object");
305 // Arguments to ArgumentsAccessStub:
308 // previous stack frame was an arguments adapter frame.
315 SetVar(arguments, x0, x1, x2);
473 // Drop the arguments and receiver and return
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 79 // and arguments have been pushed on the stack left to right, with the
275 // Possibly allocate an arguments object.
276 Variable* arguments = scope()->arguments(); local
277 if (arguments != NULL) {
278 // Arguments object must be allocated after the context object, in
279 // case the "arguments" or ".arguments" variables are in the context.
280 Comment cmnt(masm_, "[ Allocate arguments object");
293 // Arguments to ArgumentsAccessStub
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.20.0/
org.eclipse.tycho.p2.tools.shared-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.tools.shared/0.18.1/
org.eclipse.tycho.p2.tools.shared-0.18.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.200.v20100503a.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.jarprocessor_1.0.300.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kdoc/0.12.613/
kdoc-0.12.613.jar 

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011>>