HomeSort by relevance Sort by last modified time
    Searched refs:bailout_entries_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
full-codegen.cc 368 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);
    [all...]
full-codegen.h 88 bailout_entries_(info->HasDeoptimizationSupport()
795 ZoneList<BailoutEntry> bailout_entries_; member in class:v8::internal::FullCodeGenerator

Completed in 649 milliseconds