Searched refs:bailout_entries_ (Results 1 - 4 of 4) 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
/external/chromium_org/v8/src/
H A Dfull-codegen.cc390 ASSERT(info_->HasDeoptimizationSupport() || bailout_entries_.is_empty());
392 int length = bailout_entries_.length();
396 data->SetAstId(i, bailout_entries_[i].id);
397 data->SetPcAndState(i, Smi::FromInt(bailout_entries_[i].pc_and_state));
474 bailout_entries_.Add(entry, zone());
H A Dfull-codegen.h95 bailout_entries_(info->HasDeoptimizationSupport()
904 ZoneList<BailoutEntry> bailout_entries_; member in class:v8::internal::FullCodeGenerator

Completed in 68 milliseconds