Move the is_pregenerated flag so it does not overlap other flags.
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 28 Sep 2011 12:23:40 +0000 (12:23 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 28 Sep 2011 12:23:40 +0000 (12:23 +0000)
commit07ba7ad07358f6ec53d4d600b18aaab7af907107
tree24883b5b949df1980523334e0d4337abf737647c
parentfd2bac7e928101e47b5b5691df628748a009165b
Move the is_pregenerated flag so it does not overlap other flags.
Remove the before-or-after InstanceOf stub rule, which was too
subtle and lacked checking ssertions.
Unify the way the CEntry stub is pregenerated so that it is done
in the same way.
Review URL: http://codereview.chromium.org/8065006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9466 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/code-stubs-arm.cc
src/code-stubs.cc
src/code-stubs.h
src/heap.cc
src/ia32/code-stubs-ia32.cc
src/objects.h
src/x64/code-stubs-x64.cc