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

  /external/v8/src/full-codegen/
full-codegen.cc 123 int handler_table_size = static_cast<int>(handler_table_.size());
129 handler_table_[i].try_catch_depth > 0 ? HandlerTable::CAUGHT
131 table->SetRangeStart(i, handler_table_[i].range_start);
132 table->SetRangeEnd(i, handler_table_[i].range_end);
133 table->SetRangeHandler(i, handler_table_[i].handler_offset, prediction);
134 table->SetRangeData(i, handler_table_[i].stack_depth);
141 int index = static_cast<int>(handler_table_.size());
143 handler_table_.push_back(entry);
    [all...]
full-codegen.h 49 handler_table_(info->zone()),
979 ZoneVector<HandlerTableEntry> handler_table_; member in class:v8::internal::FullCodeGenerator
    [all...]

Completed in 900 milliseconds