v8/src/ia32
marja@chromium.org a81d7b1e7c Refactor PropertyCallbackInfo & FunctionCallbackInfo, part 3.
This CL starts using positive array indices instead of negative array indices
for the PropertyCallbackInfo and FunctionCallbackInfo fields. Also, the indices
match now, so they can be unified in the next step.

BUG=
R=dcarney@chromium.org, mstarzinger@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17015 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2013-09-30 14:09:51 +00:00
..
assembler-ia32-inl.h remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
assembler-ia32.cc refactor test instruction on ia32 2013-09-23 16:55:48 +00:00
assembler-ia32.h refactor test instruction on ia32 2013-09-23 16:55:48 +00:00
builtins-ia32.cc Less aggressive polling when concurrently compiling for OSR. 2013-09-25 08:26:11 +00:00
code-stubs-ia32.cc Turn the NumberToStringStub into a hydrogen stub. 2013-09-24 09:31:07 +00:00
code-stubs-ia32.h Turn the NumberToStringStub into a hydrogen stub. 2013-09-24 09:31:07 +00:00
codegen-ia32.cc remove getcurrent from stubs 2013-09-13 10:23:04 +00:00
codegen-ia32.h thread isolate for files starting with 'b' and 'c' 2013-09-03 06:57:16 +00:00
cpu-ia32.cc Get rid of duplicated CPU::DebugBreak() method. 2013-08-23 11:43:30 +00:00
debug-ia32.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
deoptimizer-ia32.cc Refactor back edge table related code into a new class. 2013-09-19 09:08:08 +00:00
disasm-ia32.cc Add a missing instruction to the ia32 disassembler. 2013-09-12 07:49:03 +00:00
frames-ia32.cc Clean up the usage of V8_TARGET_ARCH_${arch} and V8_HOST_ARCH_${arch} 2013-06-28 15:34:48 +00:00
frames-ia32.h Introduce the SetFp function in StackHandler 2013-07-30 23:59:55 +00:00
full-codegen-ia32.cc Less aggressive polling when concurrently compiling for OSR. 2013-09-25 08:26:11 +00:00
ic-ia32.cc Tag handlers as HANDLER rather than STUB. 2013-09-30 13:53:21 +00:00
lithium-codegen-ia32.cc Avoid using double temp register explicitly in lithium codegen 2013-09-27 12:43:37 +00:00
lithium-codegen-ia32.h Fix invalid X87 stack depth after LCompareNumericAndBranch. 2013-09-24 09:29:00 +00:00
lithium-gap-resolver-ia32.cc Adding Smi support to Add, Sub, Mul, and Bitwise 2013-07-25 11:53:38 +00:00
lithium-gap-resolver-ia32.h Reland "Use V8_FINAL and V8_OVERRIDE in various places, fixing bugs revealed by them.". 2013-08-20 11:10:24 +00:00
lithium-ia32.cc Refactor register allocator a little bit 2013-09-28 00:48:08 +00:00
lithium-ia32.h Refactor register allocator a little bit 2013-09-28 00:48:08 +00:00
macro-assembler-ia32.cc Some cleanup fixes 2013-09-20 09:27:40 +00:00
macro-assembler-ia32.h Move NumberToStringStub::GenerateLookupNumberStringCache to the MacroAssembler. 2013-09-19 06:07:23 +00:00
regexp-macro-assembler-ia32.cc remove most uses of Isolate::Current in arch specific files 2013-09-11 10:51:06 +00:00
regexp-macro-assembler-ia32.h RegExp macro assembler clean up. 2013-06-06 10:17:07 +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 Refactor PropertyCallbackInfo & FunctionCallbackInfo, part 3. 2013-09-30 14:09:51 +00:00