Searched refs:base_taggedness (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | simplified-operator.cc | 23 size_t hash_value(BaseTaggedness base_taggedness) { in hash_value() argument 24 return static_cast<uint8_t>(base_taggedness); in hash_value() 27 std::ostream& operator<<(std::ostream& os, BaseTaggedness base_taggedness) { in operator <<() argument 28 switch (base_taggedness) { in operator <<()
|
H A D | simplified-lowering.cc | 1469 BaseTaggedness base_taggedness, in WriteBarrierKindFor() 1472 if (base_taggedness == kTaggedBase && in WriteBarrierKindFor() 1516 BaseTaggedness base_taggedness, in WriteBarrierKindFor() 1521 WriteBarrierKindFor(base_taggedness, field_representation, field_type, in WriteBarrierKindFor() 1524 if (base_taggedness == kTaggedBase && in WriteBarrierKindFor() 1468 WriteBarrierKindFor( BaseTaggedness base_taggedness, MachineRepresentation field_representation, Type field_type, MachineRepresentation value_representation, Node* value) WriteBarrierKindFor() argument 1515 WriteBarrierKindFor( BaseTaggedness base_taggedness, MachineRepresentation field_representation, int field_offset, Type field_type, MachineRepresentation value_representation, Node* value) WriteBarrierKindFor() argument
|
Completed in 11 milliseconds