Lines Matching defs:visibility
105 StateBase(const void* key, size_t state_count, Visibility visibility,
109 visibility_(visibility),
112 DCHECK_NE(Visibility::kDependentVisibility, visibility);
239 // a) either pending with unknown visibility (same call chain), or
240 // b) not pending and has defined visibility.
243 // dependent visibility because dependencies are updated to the top-most
387 // part is maintaining visibility state for objects referencing other objects
400 // deferring the visibility decision to other objects in the same SCC. This
402 // - After the first pass it is guaranteed that all deferred visibility
405 // - Upon first checking the visibility state of an object, all deferred
406 // visibility states are resolved.
613 // handling that iterates over all live objects. The visibility visitor
767 // lazily, as the parent's visibility depends on its children.
806 // Eagerly update a parent object as its visibility state is now fixed.