Lines Matching refs:depth
1108 DepthKind depth() const {
1122 bool is_shallow() const { return depth() == kShallow; }
1145 // we actually only care three conditions for depth
1146 // - depth == kUninitialized, DCHECK(!is_initialized())
1147 // - depth == kShallow, which means depth = 1
1148 // - depth == kNotShallow, which means depth > 1
1175 void set_depth(DepthKind depth) {
1177 bit_field_ = DepthField::update(bit_field_, depth);
1184 // Populate the depth field and any flags the literal builder has
1315 // Populate the depth field and flags, returns the depth.
1405 // Populate the depth field and flags