R=jkummerow@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org//
7003093
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8273
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
Disassembler::Decode(out, this);
PrintF(out, "\n");
-#ifdef DEBUG
if (kind() == FUNCTION) {
DeoptimizationOutputData* data =
DeoptimizationOutputData::cast(this->deoptimization_data());
data->DeoptimizationInputDataPrint(out);
}
PrintF("\n");
-#endif
if (kind() == OPTIMIZED_FUNCTION) {
SafepointTable table(this);