Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dbytecode-graph-builder.cc486 exception_handlers_(local_zone), in BytecodeGraphBuilder()
677 DCHECK(exception_handlers_.empty()); in VisitBytecodes()
2230 while (!exception_handlers_.empty()) { in EnterAndExitExceptionHandlers()
2231 int current_end = exception_handlers_.top().end_offset_; in EnterAndExitExceptionHandlers()
2233 exception_handlers_.pop(); in EnterAndExitExceptionHandlers()
2243 exception_handlers_.push( in EnterAndExitExceptionHandlers()
2265 bool inside_handler = !exception_handlers_.empty(); in MakeNode()
2300 int handler_offset = exception_handlers_.top().handler_offset_; in MakeNode()
2301 int context_index = exception_handlers_.top().context_register_; in MakeNode()
Dbytecode-graph-builder.h306 ZoneStack<ExceptionHandler> exception_handlers_; variable