Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc486 ZoneStack<ExceptionHandler> exception_handlers_; member in v8::internal::compiler::BytecodeGraphBuilder
1064 exception_handlers_(local_zone), in BytecodeGraphBuilder()
1319 DCHECK(exception_handlers_.empty()); in BuildFunctionEntryStackCheck()
1333 DCHECK(exception_handlers_.empty()); in BuildOSREntryStackCheck()
1424 DCHECK_GE(exception_handlers_.empty() ? current_offset in VisitSingleBytecode()
1425 : exception_handlers_.top().end_offset_, in VisitSingleBytecode()
1463 DCHECK(exception_handlers_.empty()); in VisitBytecodes()
4213 while (!exception_handlers_.empty()) { in ExitThenEnterExceptionHandlers()
4214 int current_end = exception_handlers_.top().end_offset_; in ExitThenEnterExceptionHandlers()
4216 exception_handlers_ in ExitThenEnterExceptionHandlers()
[all...]

Completed in 9 milliseconds