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

/external/v8/src/
H A Ddeoptimizer.cc353 bailout_id_(bailout_id),
537 PrintF(" @%d]\n", bailout_id_);
544 unsigned node_id = input_data->AstId(bailout_id_)->value();
547 input_data->TranslationIndex(bailout_id_)->value();
1126 unsigned height = data->ArgumentsStackHeight(bailout_id_)->value();
H A Ddeoptimizer.h321 unsigned bailout_id_; member in class:v8::internal::Deoptimizer
/external/v8/src/ia32/
H A Ddeoptimizer-ia32.cc309 // TODO(kasperl): This should not be the bailout_id_. It should be
311 ASSERT(bailout_id_ == ast_id);
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc195 // TODO(kasperl): This should not be the bailout_id_. It should be
197 ASSERT(bailout_id_ == ast_id);

Completed in 237 milliseconds