Add infrastructure to keep track of references to prototypes.
authorjkummerow <jkummerow@chromium.org>
Mon, 15 Dec 2014 19:57:37 +0000 (11:57 -0800)
committerCommit bot <commit-bot@chromium.org>
Mon, 15 Dec 2014 19:57:54 +0000 (19:57 +0000)
commit60dafcaab278825cebdfb998370be3cfe10acf8c
tree4dfdf216e35473eef279b02af6b9ccc122dd4f1c
parentaed5d734e66093c54caedf957895764a20db82b1
Add infrastructure to keep track of references to prototypes.

There are no users of this infrastructure yet, so it's behind an off-by-default flag.

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

Cr-Commit-Position: refs/heads/master@{#25829}
15 files changed:
src/bootstrapper.cc
src/factory.cc
src/flag-definitions.h
src/heap/heap.h
src/isolate.cc
src/isolate.h
src/lookup.cc
src/lookup.h
src/objects-inl.h
src/objects.cc
src/objects.h
src/runtime/runtime-classes.cc
src/runtime/runtime-debug.cc
src/runtime/runtime-object.cc
src/x64/lithium-codegen-x64.cc