Searched defs:is_tree (Results 1 – 10 of 10) sorted by relevance
727 bool is_tree() const { return tagged_size() > kMaxInline; } in is_tree() function
718 bool is_tree() const { return data_[kMaxInline] > kMaxInline; } in is_tree() function
361 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
756 bool is_tree() const { return data_.is_tree(); } in is_tree() function
435 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
476 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
829 bool is_tree() const { return data_.is_tree(); } in is_tree() function
854 bool is_tree() const { return data_.is_tree(); } in is_tree() function