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 340 ASSERT(info_->HasDeoptimizationSupport() || bailout_entries_.is_empty());
342 int length = bailout_entries_.length();
347 data->SetAstId(i, Smi::FromInt(bailout_entries_[i].id));
348 data->SetPcAndState(i, Smi::FromInt(bailout_entries_[i].pc_and_state));
385 for (int i = 0; i < bailout_entries_.length(); i++) {
386 if (bailout_entries_.at(i).id == entry.id) {
393 bailout_entries_.Add(entry);
    [all...]
full-codegen.h 85 bailout_entries_(0),
740 ZoneList<BailoutEntry> bailout_entries_; member in class:v8::internal::FullCodeGenerator

Completed in 2361 milliseconds