Searched refs:last_comment (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Ddeoptimizer.cc387 const char* last_comment = NULL; local
393 last_comment = reinterpret_cast<const char*>(info->data());
398 if (id == bailout_id && last_comment != NULL) {
399 PrintF(" %s\n", last_comment);

Completed in 40 milliseconds