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.cc487 current_exception_handler_(0), in BytecodeGraphBuilder()
2237 while (current_exception_handler_ < num_entries) { in EnterAndExitExceptionHandlers()
2238 int next_start = table->GetRangeStart(current_exception_handler_); in EnterAndExitExceptionHandlers()
2240 int next_end = table->GetRangeEnd(current_exception_handler_); in EnterAndExitExceptionHandlers()
2241 int next_handler = table->GetRangeHandler(current_exception_handler_); in EnterAndExitExceptionHandlers()
2242 int context_register = table->GetRangeData(current_exception_handler_); in EnterAndExitExceptionHandlers()
2245 current_exception_handler_++; in EnterAndExitExceptionHandlers()
Dbytecode-graph-builder.h307 int current_exception_handler_; variable