Searched refs:exception_handlers_ (Results 1 – 2 of 2) sorted by relevance
543 exception_handlers_(local_zone), in BytecodeGraphBuilder()849 DCHECK_GE(exception_handlers_.empty() ? current_offset in VisitSingleBytecode()850 : exception_handlers_.top().end_offset_, in VisitSingleBytecode()909 DCHECK(exception_handlers_.empty()); in VisitBytecodes()3359 while (!exception_handlers_.empty()) { in ExitThenEnterExceptionHandlers()3360 int current_end = exception_handlers_.top().end_offset_; in ExitThenEnterExceptionHandlers()3362 exception_handlers_.pop(); in ExitThenEnterExceptionHandlers()3373 exception_handlers_.push( in ExitThenEnterExceptionHandlers()3396 bool inside_handler = !exception_handlers_.empty(); in MakeNode()3431 int handler_offset = exception_handlers_.top().handler_offset_; in MakeNode()[all …]
409 ZoneStack<ExceptionHandler> exception_handlers_; variable