Searched refs:while_ctx_ (Results 1 – 2 of 2) sorted by relevance
206 WhileContext* while_ctx() const { return while_ctx_; } in while_ctx()209 DCHECK(while_ctx_ == nullptr); in set_while_ctx()210 while_ctx_ = while_ctx; in set_while_ctx()300 WhileContext* while_ctx_; variable
130 while_ctx_(nullptr) {} in Node()