Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dbytecode-analysis.h146 struct LoopStackEntry { struct
181 ZoneStack<LoopStackEntry> loop_stack_;
Dbytecode-analysis.cc515 LoopStackEntry& current_loop = loop_stack_.top(); in Analyze()