Searched refs:is_blocked (Results 1 – 11 of 11) sorted by relevance
65 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()142 && this->dirpath_->token()->is_blocked()) in is_runnable()575 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()658 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()694 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()734 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()794 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()828 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()894 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
169 is_blocked() const in is_blocked() function243 { gold_assert(this->token_->is_blocked()); } in Task_block_token()
168 { return this->blocker_->is_blocked() ? this->blocker_ : NULL; } in is_runnable()
250 gold_assert(!this->token_.is_blocked()); in find()
1110 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()1331 if (this->readsyms_blocker_ != NULL && this->readsyms_blocker_->is_blocked()) in is_runnable()1333 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
119 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()164 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()210 && this->output_sections_blocker_->is_blocked()) in is_runnable()
447 if (this->this_blocker_->is_blocked()) in is_runnable()1708 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()1747 if (this->this_blocker_ != NULL && this->this_blocker_->is_blocked()) in is_runnable()
6166 if (this->input_sections_blocker_->is_blocked()) in is_runnable()
86 if (!is_blocked(sp, DIR_DR)) { in init_spot_flags_and_fval()97 } else if (col == 5 && !is_blocked(sp, DIR_DL)) { in init_spot_flags_and_fval()110 if (is_blocked(sp, r)) in init_spot_frame()247 if (is_blocked(spb0, rb)) in init_overlap_frame()
124 if (is_blocked(fsp, r)) in makemove()293 if (is_blocked(sp, rb)) in update_overlap_different_direction()317 if (is_blocked(&board[s1], r)) in update_overlap()333 if (is_blocked(&board[s2], r)) in update_overlap()
239 is_blocked(const struct spotstr *sp, direction r) in is_blocked() function