v8/src/ia32
vitalyr@chromium.org c10267f1fa Refactor HCheckInstanceType to allow mask/tag tests.
This allows us to get rid of totally fake LAST_STRING_TYPE and makes
it possible to test for symbols.

I considered splitting HCheckInstanceType into two instructions, but
it seems nice to be able to hide the instance type implementation
details from the hydrogen level.

Review URL: http://codereview.chromium.org/6964011

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7840 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-05-10 14:17:23 +00:00
..
assembler-ia32-inl.h Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
assembler-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
assembler-ia32.h Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
builtins-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
code-stubs-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
code-stubs-ia32.h Propagate a Failure from GenerateDictionaryNegativeLookup instead of causing GC. 2011-05-09 16:15:18 +00:00
codegen-ia32.cc Remove some dead code. 2011-04-07 14:42:37 +00:00
codegen-ia32.h Remove some dead code. 2011-04-07 14:42:37 +00:00
cpu-ia32.cc VM initialization refactoring. 2011-03-31 16:17:37 +00:00
debug-ia32.cc Remove some dead code. 2011-04-07 14:42:37 +00:00
deoptimizer-ia32.cc Only pass isolate parameter to C helper functions that need it. 2011-03-30 18:05:16 +00:00
disasm-ia32.cc Cleanup: use xorps to zero out an xmm register on ia32 too. 2011-05-03 12:00:54 +00:00
frames-ia32.cc Enhance SafeStackFrameIterator to avoid triggering assertions in debug mode. 2010-09-16 08:23:34 +00:00
frames-ia32.h Fix SlotRef::SlotAddress for parameters indices. 2011-04-01 11:41:36 +00:00
full-codegen-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
ic-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
lithium-codegen-ia32.cc Refactor HCheckInstanceType to allow mask/tag tests. 2011-05-10 14:17:23 +00:00
lithium-codegen-ia32.h Support polymorphic loads of constant functions as well as fields. 2011-05-05 09:22:09 +00:00
lithium-gap-resolver-ia32.cc Use movaps instead of movsd in the gap resolver on ia32 as well. 2011-04-19 09:16:34 +00:00
lithium-gap-resolver-ia32.h Move LOperand class to lithium.h and move implementations out of .h into .cc files. 2011-01-19 13:55:56 +00:00
lithium-ia32.cc Revert "First step in letting Crankshaft inline functions with a different context." 2011-05-06 15:02:15 +00:00
lithium-ia32.h Refactor lithium classes to reduce the number of virtual functions. 2011-04-27 11:41:42 +00:00
macro-assembler-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
macro-assembler-ia32.h Additional minor cleanup regarding CallWrapper: Use the null object pattern. 2011-05-03 15:12:40 +00:00
regexp-macro-assembler-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00
regexp-macro-assembler-ia32.h Merge isolates to bleeding_edge. 2011-03-18 20:35:07 +00:00
simulator-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
simulator-ia32.h This implements per-isolate locking and unlocking, including tests 2011-05-05 18:55:31 +00:00
stub-cache-ia32.cc Merge Label and NearLabel 2011-05-10 09:03:42 +00:00