In MacroAssembler::JumpIfNotBothSequentialAsciiStrings a custom mask
authormvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Jul 2013 09:55:14 +0000 (09:55 +0000)
committermvstanton@chromium.org <mvstanton@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 22 Jul 2013 09:55:14 +0000 (09:55 +0000)
commitf59c36589dfbd71dbb66c7d10772b54ea6b15631
tree4580543b28321b0f25a0a02331db507c3b60a8c2
parentb43a3c85ad71a67655aa79cc217d27b241a9ffbf
In MacroAssembler::JumpIfNotBothSequentialAsciiStrings a custom mask
helps us decide if we have two ascii strings. We don't care if they
are internalized or not. A few days ago we flipped the meaning of the
internalized bit in INSTANCE_TYPE, and that broke this custom mask.
This CL effects a repair.

BUG=
R=yangguo@chromium.org

Review URL: https://codereview.chromium.org/19514004

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15797 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/macro-assembler-arm.cc
src/ia32/full-codegen-ia32.cc
src/ia32/macro-assembler-ia32.cc
src/mips/macro-assembler-mips.cc
src/x64/macro-assembler-x64.cc