Home | History | Annotate | Download | only in interpreter

Lines Matching refs:table

5 #include "src/interpreter/handler-table-builder.h"
20 Handle<HandlerTable> table =
26 table->SetRangeStart(i, static_cast<int>(entry.offset_start));
27 table->SetRangeEnd(i, static_cast<int>(entry.offset_end));
28 table->SetRangeHandler(i, static_cast<int>(entry.offset_target), pred);
29 table->SetRangeData(i, entry.context.index());
31 return table;
44 DCHECK(Smi::IsValid(offset)); // Encoding of handler table requires this.
50 DCHECK(Smi::IsValid(offset)); // Encoding of handler table requires this.
56 DCHECK(Smi::IsValid(offset)); // Encoding of handler table requires this.