Searched defs:base_taggedness (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/compiler/
H A Dsimplified-operator.cc16 size_t hash_value(BaseTaggedness base_taggedness) { argument
17 return static_cast<uint8_t>(base_taggedness);
20 std::ostream& operator<<(std::ostream& os, BaseTaggedness base_taggedness) { argument
21 switch (base_taggedness) {
H A Dsimplified-lowering.cc998 BaseTaggedness base_taggedness,
1001 if (base_taggedness == kTaggedBase &&
1051 BaseTaggedness base_taggedness,
1054 if (base_taggedness == kTaggedBase &&
1058 return WriteBarrierKindFor(base_taggedness, field_representation,
997 WriteBarrierKindFor( BaseTaggedness base_taggedness, MachineRepresentation field_representation, Type* field_type, Node* value) argument
1050 WriteBarrierKindFor( BaseTaggedness base_taggedness, MachineRepresentation field_representation, int field_offset, Type* field_type, Node* value) argument

Completed in 163 milliseconds