Searched refs:BaseTaggedness (Results 1 – 5 of 5) sorted by relevance
/external/v8/src/compiler/ |
D | simplified-operator.h | 36 enum BaseTaggedness : uint8_t { kUntaggedBase, kTaggedBase }; enum 38 size_t hash_value(BaseTaggedness); 40 std::ostream& operator<<(std::ostream&, BaseTaggedness); 50 BaseTaggedness base_is_tagged; // specifies if the base pointer is tagged. 67 FieldAccess(BaseTaggedness base_is_tagged, int offset, MaybeHandle<Name> name, 101 BaseTaggedness base_is_tagged; // specifies if the base pointer is tagged. 116 ElementAccess(BaseTaggedness base_is_tagged, int header_size, Type type,
|
D | escape-analysis-reducer.cc | 317 stack_access.base_is_tagged = BaseTaggedness::kUntaggedBase; in Finalize()
|
D | simplified-operator.cc | 20 size_t hash_value(BaseTaggedness base_taggedness) { in hash_value() 24 std::ostream& operator<<(std::ostream& os, BaseTaggedness base_taggedness) { in operator <<()
|
D | access-builder.cc | 930 BaseTaggedness taggedness = is_external ? kUntaggedBase : kTaggedBase; in ForTypedArrayElement()
|
D | simplified-lowering.cc | 1190 BaseTaggedness base_taggedness, in WriteBarrierKindFor() 1238 BaseTaggedness base_taggedness, in WriteBarrierKindFor()
|