v8/src/ia32
svenpanne@chromium.org fb6776e84a Made Isolate a mandatory parameter for everything Handle-related.
Unified parameter order of CreateHandle with the rest of v8 on the way. A few
Isolate::Current()s had to be introduced, which is not nice, and not every place
will win a beauty contest, but we can clean this up later easily in smaller steps.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13717 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-02-25 14:46:09 +00:00
..
assembler-ia32-inl.h Use RelocInfo::IsNone in a few more places. 2013-01-07 09:15:25 +00:00
assembler-ia32.cc Made Isolate a mandatory parameter for everything Handle-related. 2013-02-25 14:46:09 +00:00
assembler-ia32.h Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +00:00
builtins-ia32.cc Generalize calling to C++ on stub deopt 2013-01-07 10:06:11 +00:00
code-stubs-ia32.cc Combine %_SubString and %_StringCharAt. 2013-02-20 14:29:40 +00:00
code-stubs-ia32.h Re-land Crankshaft-generated KeyedLoad stubs. 2012-12-18 16:25:45 +00:00
codegen-ia32.cc Ensure deopt entries have no relocation information. 2013-02-20 13:12:26 +00:00
codegen-ia32.h Simplify and fix code aging. 2012-11-29 07:38:00 +00:00
cpu-ia32.cc Cosmetic changes ("set up" is a verb, "setup" is a noun). 2012-01-13 13:09:52 +00:00
debug-ia32.cc Fix issue 825 (LiveEdit vs. function with no locals) for x64. 2012-05-16 21:15:24 +00:00
deoptimizer-ia32.cc Remove bogus check for TOP register in deoptimizer. 2013-02-19 12:37:19 +00:00
disasm-ia32.cc Added (dis-)assembler support for movmskps on ia32 and x64. 2012-12-21 13:47:08 +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 Support pass-through of stub caller arguments 2013-02-05 08:09:32 +00:00
full-codegen-ia32.cc Made Isolate a mandatory parameter for everything Handle-related. 2013-02-25 14:46:09 +00:00
ic-ia32.cc Replace store array length builtin with codestub. 2013-01-25 11:55:29 +00:00
lithium-codegen-ia32.cc Made Isolate a mandatory parameter for everything Handle-related. 2013-02-25 14:46:09 +00:00
lithium-codegen-ia32.h Remove prototype checks for leaf maps in optimized code. 2013-02-20 11:49:54 +00:00
lithium-gap-resolver-ia32.cc Fix SSE2 debug asserts in LayoutTests 2012-12-27 15:40:34 +00:00
lithium-gap-resolver-ia32.h Re-land Crankshaft-generated KeyedLoad stubs. 2012-12-18 16:25:45 +00:00
lithium-ia32.cc Fixed numeric relations on HPhi instances. 2013-02-21 10:22:31 +00:00
lithium-ia32.h Generate the TransitionElementsStub using Crankshaft 2013-02-04 12:01:59 +00:00
macro-assembler-ia32.cc Made Isolate a mandatory parameter for everything Handle-related. 2013-02-25 14:46:09 +00:00
macro-assembler-ia32.h Made Isolate a mandatory parameter for everything Handle-related. 2013-02-25 14:46:09 +00:00
regexp-macro-assembler-ia32.cc Continues Latin-1 support. All tests pass with ENABLE_LATIN_1 flag. 2013-01-09 15:47:53 +00:00
regexp-macro-assembler-ia32.h Unbreak interpreted regexp. 2012-06-14 17:06:16 +00:00
simulator-ia32.cc Move backend specific files to separate directories. 2009-04-23 12:06:38 +00:00
simulator-ia32.h Implement loop for global regexps in regexp assembler. 2012-05-22 14:05:44 +00:00
stub-cache-ia32.cc Made Isolate a mandatory parameter for everything Handle-related. 2013-02-25 14:46:09 +00:00