Home
last modified time | relevance | path

Searched refs:field_representation (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/compiler/
Daccess-info.cc90 FieldIndex field_index, MachineRepresentation field_representation, in DataField() argument
96 field_representation, field_type, field_map, in DataField()
139 FieldIndex field_index, MachineRepresentation field_representation, in PropertyAccessInfo() argument
147 field_representation_(field_representation), in PropertyAccessInfo()
377 MachineRepresentation field_representation = in ComputePropertyAccessInfo() local
382 field_representation = MachineRepresentation::kTaggedSigned; in ComputePropertyAccessInfo()
385 field_representation = MachineRepresentation::kFloat64; in ComputePropertyAccessInfo()
389 field_representation = MachineRepresentation::kTaggedPointer; in ComputePropertyAccessInfo()
409 field_representation, field_type, field_map, holder); in ComputePropertyAccessInfo()
627 MachineRepresentation field_representation = MachineRepresentation::kTagged; in LookupSpecialFieldAccessor() local
[all …]
Dproperty-access-builder.cc232 MachineRepresentation const field_representation = in BuildLoadDataField() local
233 access_info.field_representation(); in BuildLoadDataField()
246 MachineType::TypeForRepresentation(field_representation), in BuildLoadDataField()
248 if (field_representation == MachineRepresentation::kFloat64) { in BuildLoadDataField()
263 } else if (field_representation == MachineRepresentation::kTaggedPointer) { in BuildLoadDataField()
Daccess-info.h78 FieldIndex field_index, MachineRepresentation field_representation,
110 MachineRepresentation field_representation() const { in field_representation() function
124 MachineRepresentation field_representation,
Dsimplified-lowering.cc1191 MachineRepresentation field_representation, Type field_type, in WriteBarrierKindFor() argument
1194 CanBeTaggedPointer(field_representation)) { in WriteBarrierKindFor()
1196 if (field_representation == MachineRepresentation::kTaggedSigned || in WriteBarrierKindFor()
1218 if (field_representation == MachineRepresentation::kTaggedPointer || in WriteBarrierKindFor()
1239 MachineRepresentation field_representation, int field_offset, in WriteBarrierKindFor() argument
1243 WriteBarrierKindFor(base_taggedness, field_representation, field_type, in WriteBarrierKindFor()
2517 MachineRepresentation field_representation = in VisitNode() local
2521 if (field_representation == MachineRepresentation::kTagged && in VisitNode()
2523 field_representation = MachineRepresentation::kTaggedSigned; in VisitNode()
2526 access.base_is_tagged, field_representation, access.offset, in VisitNode()
[all …]
Djs-native-context-specialization.cc257 DCHECK(CanBeTaggedPointer(access_info.field_representation())); in ReduceJSInstanceOf()
1901 MachineRepresentation const field_representation = in BuildPropertyStore() local
1902 access_info.field_representation(); in BuildPropertyStore()
1915 MachineType::TypeForRepresentation(field_representation), in BuildPropertyStore()
1923 switch (field_representation) { in BuildPropertyStore()
1993 if (field_representation == MachineRepresentation::kTaggedSigned) { in BuildPropertyStore()
1998 } else if (field_representation == in BuildPropertyStore()
2013 DCHECK_EQ(MachineRepresentation::kTagged, field_representation); in BuildPropertyStore()
/external/v8/src/ic/
Daccessor-assembler.cc1482 Node* field_representation = in HandleStoreICSmiHandlerCase() local
1488 GotoIf(WordEqual(field_representation, IntPtrConstant(StoreHandler::kTagged)), in HandleStoreICSmiHandlerCase()
1490 GotoIf(WordEqual(field_representation, in HandleStoreICSmiHandlerCase()
1493 GotoIf(WordEqual(field_representation, IntPtrConstant(StoreHandler::kDouble)), in HandleStoreICSmiHandlerCase()
1495 CSA_ASSERT(this, WordEqual(field_representation, in HandleStoreICSmiHandlerCase()