Home
last modified time | relevance | path

Searched refs:loop_depth_ (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dschedule.cc24 loop_depth_(0), in BasicBlock()
69 loop_depth_ = loop_depth; in set_loop_depth()
92 loop_depth_ = 0; in ResetRPOInfo()
Dschedule.h150 int32_t loop_depth() const { return loop_depth_; } in NON_EXPORTED_BASE()
180 int32_t loop_depth_; // loop nesting, 0 is top-level in NON_EXPORTED_BASE() local
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h545 int loop_depth_; variable
Dbytecode-generator.cc1057 bytecode_generator_->loop_depth_++; in LoopScope()
1061 bytecode_generator_->loop_depth_--; in ~LoopScope()
1063 DCHECK_GE(bytecode_generator_->loop_depth_, 0); in ~LoopScope()
1065 bytecode_generator_->loop_depth_, in ~LoopScope()
1167 loop_depth_(0), in BytecodeGenerator()