Searched refs:is_locked (Results 1 – 9 of 9) sorted by relevance
51 CHECK(object->is_locked()); in Sized_object_test()53 CHECK(!object->is_locked()); in Sized_object_test()
132 gold_assert(!this->is_locked()); in ~View()169 File_read::View::is_locked() in is_locked() function in gold::File_read::View260 gold_assert(this->is_locked()); in release()314 File_read::is_locked() const in is_locked() function in gold::File_read800 if (p->second->is_locked() || p->second->is_permanent_view()) in clear_views()837 if (!(*q)->is_locked()) in clear_views()865 gold_assert(this->file_.is_locked()); in ~File_view()
118 is_locked() const;294 is_locked();
215 is_locked() const in is_locked() function216 { return this->input_file_->file().is_locked(); } in is_locked()
51 return this->object_->is_locked() ? this->object_->token() : NULL; in is_runnable()121 if (this->object_->is_locked()) in is_runnable()166 if (this->object_->is_locked()) in is_runnable()213 if (this->object_->is_locked()) in is_runnable()
1668 gold_assert(obj->is_locked()); in get_input_section_name()1697 gold_assert(obj->is_locked()); in get_input_section_contents()
577 if (this->object_->is_locked()) in is_runnable()
451 is_locked() const in is_locked() function452 { return this->input_file_ != NULL && this->input_file_->file().is_locked(); } in is_locked()
6616 (Object::is_locked): Likewise.