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

/external/v8/src/
H A Dfull-codegen.cc368 ASSERT(info_->HasDeoptimizationSupport() || bailout_entries_.is_empty());
370 int length = bailout_entries_.length();
374 data->SetAstId(i, Smi::FromInt(bailout_entries_[i].id));
375 data->SetPcAndState(i, Smi::FromInt(bailout_entries_[i].pc_and_state));
438 for (int i = 0; i < bailout_entries_.length(); i++) {
439 if (bailout_entries_.at(i).id == entry.id) {
447 bailout_entries_.Add(entry);
H A Dfull-codegen.h88 bailout_entries_(info->HasDeoptimizationSupport()
795 ZoneList<BailoutEntry> bailout_entries_; member in class:v8::internal::FullCodeGenerator

Completed in 128 milliseconds