Home
last modified time | relevance | path

Searched refs:BaseTaggedness (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/compiler/
Dsimplified-operator.h31 enum BaseTaggedness : uint8_t { kUntaggedBase, kTaggedBase }; enum
33 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.
Dsimplified-operator.cc16 size_t hash_value(BaseTaggedness base_taggedness) { in hash_value()
20 std::ostream& operator<<(std::ostream& os, BaseTaggedness base_taggedness) { in operator <<()
Daccess-builder.cc832 BaseTaggedness taggedness = is_external ? kUntaggedBase : kTaggedBase; in ForTypedArrayElement()
Dsimplified-lowering.cc1099 BaseTaggedness base_taggedness, in WriteBarrierKindFor()
1147 BaseTaggedness base_taggedness, in WriteBarrierKindFor()