[--trace-ic] always print short form of keys
BUG= NOTRY=Y Review-Url: https://codereview.chromium.org/2045013005 Cr-Commit-Position: refs/heads/master@{#36858}
This commit is contained in:
parent
8898fef850
commit
1ed327977d
@ -132,12 +132,7 @@ void IC::TraceIC(const char* type, Handle<Object> name, State old_state,
|
||||
}
|
||||
PrintF(" (%c->%c%s) map=%p ", TransitionMarkFromState(old_state),
|
||||
TransitionMarkFromState(new_state), modifier, map);
|
||||
#ifdef OBJECT_PRINT
|
||||
OFStream os(stdout);
|
||||
name->Print(os);
|
||||
#else
|
||||
name->ShortPrint(stdout);
|
||||
#endif
|
||||
PrintF("]\n");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user