| Index: src/objects-printer.cc
|
| diff --git a/src/objects-printer.cc b/src/objects-printer.cc
|
| index 60c1ef4c38e2c21d7a4d52799dc82744def79055..7d0be12d5cc689950534b9010c8d041a51260be9 100644
|
| --- a/src/objects-printer.cc
|
| +++ b/src/objects-printer.cc
|
| @@ -1124,6 +1124,12 @@ void AllocationSite::AllocationSitePrint(FILE* out) {
|
| dependent_code()->ShortPrint(out);
|
| PrintF(out, "\n - nested site: ");
|
| nested_site()->ShortPrint(out);
|
| + PrintF(out, "\n - memento found count: ");
|
| + memento_found_count()->ShortPrint(out);
|
| + PrintF(out, "\n - memento create count: ");
|
| + memento_create_count()->ShortPrint(out);
|
| + PrintF(out, "\n - pretenure decision: ");
|
| + pretenure_decision()->ShortPrint(out);
|
| PrintF(out, "\n - transition_info: ");
|
| if (transition_info()->IsCell()) {
|
| Cell* cell = Cell::cast(transition_info());
|
|
|