Searched defs:IsHeapObject (Results 1 – 2 of 2) sorted by relevance
74 constexpr inline bool IsHeapObject() const { return IsStrong(); } in IsHeapObject() function
211 constexpr bool IsHeapObject() const { return kind_ == kHeapObject; } in IsHeapObject() function