objects-inl.h: Remove ACCESSORS_TO_SMI macro
authorjkummerow <jkummerow@chromium.org>
Mon, 28 Sep 2015 13:10:13 +0000 (06:10 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 28 Sep 2015 13:10:29 +0000 (13:10 +0000)
commit7117acd26c04c7bcfda20d8f55b7e5ec8418439c
tree6b6363b9c93f6be3803ce5ecbad7545732424867
parent27ff0671a01ef065363a0764a9a17aaa1fcd341d
objects-inl.h: Remove ACCESSORS_TO_SMI macro

Replacing it with SMI_ACCESSORS.
This change makes accesses to Smi fields in objects more regular (the
accessors now always consume/return an int rather than a Smi*), which
avoids a bunch of manual Smi::FromInt() and Smi::value() conversions,
and is a step on the way towards being able to generate objects-inl.h.

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

Cr-Commit-Position: refs/heads/master@{#30975}
25 files changed:
src/accessors.cc
src/allocation-tracker.cc
src/api.cc
src/bootstrapper.cc
src/bootstrapper.h
src/compilation-cache.cc
src/compiler.cc
src/d8.cc
src/debug/debug.cc
src/factory.cc
src/frames.cc
src/heap/heap-inl.h
src/heap/heap.cc
src/heap/heap.h
src/isolate.cc
src/log-inl.h
src/messages.cc
src/objects-debug.cc
src/objects-inl.h
src/objects-printer.cc
src/objects.cc
src/objects.h
src/parser.cc
src/profile-generator.cc
src/scopes.cc