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.cc503 current_exception_handler_(0), in BytecodeGraphBuilder()
2030 while (current_exception_handler_ < num_entries) { in EnterAndExitExceptionHandlers()
2031 int next_start = table->GetRangeStart(current_exception_handler_); in EnterAndExitExceptionHandlers()
2033 int next_end = table->GetRangeEnd(current_exception_handler_); in EnterAndExitExceptionHandlers()
2034 int next_handler = table->GetRangeHandler(current_exception_handler_); in EnterAndExitExceptionHandlers()
2035 int context_register = table->GetRangeData(current_exception_handler_); in EnterAndExitExceptionHandlers()
2038 current_exception_handler_++; in EnterAndExitExceptionHandlers()
Dbytecode-graph-builder.h294 int current_exception_handler_; variable