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.cc502 exception_handlers_(local_zone), in BytecodeGraphBuilder()
683 DCHECK(exception_handlers_.empty()); in VisitBytecodes()
2023 while (!exception_handlers_.empty()) { in EnterAndExitExceptionHandlers()
2024 int current_end = exception_handlers_.top().end_offset_; in EnterAndExitExceptionHandlers()
2026 exception_handlers_.pop(); in EnterAndExitExceptionHandlers()
2036 exception_handlers_.push( in EnterAndExitExceptionHandlers()
2058 bool inside_handler = !exception_handlers_.empty(); in MakeNode()
2093 int handler_offset = exception_handlers_.top().handler_offset_; in MakeNode()
2094 int context_index = exception_handlers_.top().context_register_; in MakeNode()
Dbytecode-graph-builder.h293 ZoneStack<ExceptionHandler> exception_handlers_; variable