Home
last modified time | relevance | path

Searched refs:current_exception_handler_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dbytecode-graph-builder.h362 int current_exception_handler() { return current_exception_handler_; } in current_exception_handler()
365 current_exception_handler_ = index; in set_current_exception_handler()
410 int current_exception_handler_; variable
Dbytecode-graph-builder.cc544 current_exception_handler_(0), in BytecodeGraphBuilder()
3367 while (current_exception_handler_ < num_entries) { in ExitThenEnterExceptionHandlers()
3368 int next_start = table.GetRangeStart(current_exception_handler_); in ExitThenEnterExceptionHandlers()
3370 int next_end = table.GetRangeEnd(current_exception_handler_); in ExitThenEnterExceptionHandlers()
3371 int next_handler = table.GetRangeHandler(current_exception_handler_); in ExitThenEnterExceptionHandlers()
3372 int context_register = table.GetRangeData(current_exception_handler_); in ExitThenEnterExceptionHandlers()
3375 current_exception_handler_++; in ExitThenEnterExceptionHandlers()