Searched defs:is_tree (Results 1 – 7 of 7) sorted by relevance
547 bool is_tree() const { return data_[kMaxInline] > kMaxInline; } in is_tree() function
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
391 bool is_tree() const { return (tag() & 1) != 0; } in is_tree() function
810 bool is_tree() const { return data_.is_tree(); } in is_tree() function