Revision: 18327
Author:   [email protected]
Date:     Tue Dec 17 17:36:39 2013 UTC
Log:      Move the receiver into r0 for PatchGlobalProxy.
This fixes the ARM/android bug http://build.chromium.org/p/tryserver.chromium/builders/android_dbg_triggered_tests/builds/112686/steps/androidwebview_instrumentation_tests [email protected]

BUG=

Review URL: https://codereview.chromium.org/104823006
http://code.google.com/p/v8/source/detail?r=18327

Modified:
 /branches/bleeding_edge/src/arm/stub-cache-arm.cc

=======================================
--- /branches/bleeding_edge/src/arm/stub-cache-arm.cc Tue Dec 10 22:43:15 2013 UTC +++ /branches/bleeding_edge/src/arm/stub-cache-arm.cc Tue Dec 17 17:36:39 2013 UTC
@@ -1036,6 +1036,7 @@
           masm, optimization, arguments_.immediate(), false);
     } else {
       Handle<JSFunction> function = optimization.constant_function();
+      __ Move(r0, receiver);
       stub_compiler_->GenerateJumpFunction(object, function);
     }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to