Searched refs:loop_depth_ (Results 1 – 4 of 4) sorted by relevance
24 loop_depth_(0), in BasicBlock()69 loop_depth_ = loop_depth; in set_loop_depth()92 loop_depth_ = 0; in ResetRPOInfo()
150 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
545 int loop_depth_; variable
1057 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()