Searched refs:BaseTaggedness (Results 1 – 4 of 4) sorted by relevance
31 enum BaseTaggedness : uint8_t { kUntaggedBase, kTaggedBase }; enum33 size_t hash_value(BaseTaggedness);35 std::ostream& operator<<(std::ostream&, BaseTaggedness);65 BaseTaggedness base_is_tagged; // specifies if the base pointer is tagged.94 BaseTaggedness base_is_tagged; // specifies if the base pointer is tagged.
16 size_t hash_value(BaseTaggedness base_taggedness) { in hash_value()20 std::ostream& operator<<(std::ostream& os, BaseTaggedness base_taggedness) { in operator <<()
832 BaseTaggedness taggedness = is_external ? kUntaggedBase : kTaggedBase; in ForTypedArrayElement()
1099 BaseTaggedness base_taggedness, in WriteBarrierKindFor()1147 BaseTaggedness base_taggedness, in WriteBarrierKindFor()