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

  /external/v8/src/interpreter/
handler-table-builder.cc 19 int handler_table_size = static_cast<int>(entries_.size()); local
22 HandlerTable::LengthForRange(handler_table_size), TENURED));
23 for (int i = 0; i < handler_table_size; ++i) {
  /external/v8/src/full-codegen/
full-codegen.cc 179 int handler_table_size = static_cast<int>(handler_table_.size()); local
182 HandlerTable::LengthForRange(handler_table_size), TENURED));
183 for (int i = 0; i < handler_table_size; ++i) {
    [all...]

Completed in 425 milliseconds