Searched refs:HasObjectMap (Results 1 – 2 of 2) sorted by relevance
1615 if (c_value->HasObjectMap()) { in Canonicalize()2483 if (HasObjectMap()) os << "[map " << *ObjectMap().handle() << "] "; in PrintDataTo()
3147 bool HasObjectMap() const { return !object_map_.IsNull(); } in HasObjectMap() function3149 DCHECK(HasObjectMap()); in ObjectMap()