Searched refs:while_ctx_ (Results 1 – 2 of 2) sorted by relevance
186 WhileContext* while_ctx() const { return while_ctx_; } in while_ctx()189 DCHECK(while_ctx_ == nullptr); in set_while_ctx()190 while_ctx_ = while_ctx; in set_while_ctx()270 WhileContext* while_ctx_; variable
115 while_ctx_(nullptr) {} in Node()