/third_party/node/deps/v8/src/compiler/ |
D | property-access-builder.cc | 213 holder->GetOwnFastDataProperty(access_info.field_representation(), in TryFoldLoadConstantDataField() 289 MachineRepresentation const field_representation = in BuildLoadDataField() local 290 ConvertRepresentation(access_info.field_representation()); in BuildLoadDataField() 299 MachineType::TypeForRepresentation(field_representation), in BuildLoadDataField() 302 if (field_representation == MachineRepresentation::kTaggedPointer || in BuildLoadDataField() 303 field_representation == MachineRepresentation::kCompressedPointer) { in BuildLoadDataField()
|
D | access-info.cc | 112 FieldIndex field_index, Representation field_representation, in DataField() argument 115 DCHECK(!field_representation.IsNone()); in DataField() 117 field_representation.IsDouble(), in DataField() 124 field_representation, field_type, field_owner_map, in DataField() 133 FieldIndex field_index, Representation field_representation, in FastDataConstant() argument 136 DCHECK(!field_representation.IsNone()); in FastDataConstant() 138 field_index, field_representation, field_type, in FastDataConstant() 219 Representation field_representation, Type field_type, in PropertyAccessInfo() argument 229 field_representation_(field_representation), in PropertyAccessInfo() 1059 Representation field_representation = Representation::Tagged(); in LookupSpecialFieldAccessor() local [all …]
|
D | access-info.h | 76 FieldIndex field_index, Representation field_representation, 83 FieldIndex field_index, Representation field_representation, 155 Representation field_representation() const { in field_representation() function 188 Representation field_representation, Type field_type,
|
D | js-native-context-specialization.cc | 450 access_info.field_representation(), access_info.field_index(), in ReduceJSInstanceOf() 2402 MachineRepresentation const field_representation = in BuildPropertyStore() local 2404 access_info.field_representation()); in BuildPropertyStore() 2421 MachineType::TypeForRepresentation(field_representation), in BuildPropertyStore() 2426 switch (field_representation) { in BuildPropertyStore() 2499 if (field_representation == MachineRepresentation::kTaggedSigned) { in BuildPropertyStore() 2504 } else if (field_representation == in BuildPropertyStore() 2522 DCHECK(field_representation == MachineRepresentation::kTagged); in BuildPropertyStore()
|
D | simplified-lowering.cc | 1470 MachineRepresentation field_representation, Type field_type, in WriteBarrierKindFor() argument 1473 CanBeTaggedPointer(field_representation)) { in WriteBarrierKindFor() 1496 if (field_representation == MachineRepresentation::kTaggedPointer || in WriteBarrierKindFor() 1517 MachineRepresentation field_representation, int field_offset, in WriteBarrierKindFor() argument 1521 WriteBarrierKindFor(base_taggedness, field_representation, field_type, in WriteBarrierKindFor() 3409 MachineRepresentation field_representation = in VisitNode() local 3413 if (field_representation == MachineRepresentation::kTagged && in VisitNode() 3415 field_representation = MachineRepresentation::kTaggedSigned; in VisitNode() 3418 access.base_is_tagged, field_representation, access.offset, in VisitNode() 3423 node, 1, TruncatingUseInfoFromRepresentation(field_representation)); in VisitNode()
|
D | heap-refs.cc | 1859 Representation field_representation, FieldIndex index, in GetOwnFastDataProperty() argument 1862 broker(), *this, field_representation, index); in GetOwnFastDataProperty() 1865 *this, map(), field_representation, index, *result); in GetOwnFastDataProperty()
|
D | heap-refs.h | 409 Representation field_representation, FieldIndex index,
|
D | js-call-reducer.cc | 8119 ai_exec.field_representation(), ai_exec.field_index(), dependencies()); in ReduceRegExpPrototypeTest()
|
/third_party/node/deps/v8/src/ic/ |
D | accessor-assembler.cc | 2030 TNode<Uint32T> field_representation = in HandleStoreICSmiHandlerCase() local 2041 Switch(field_representation, &if_double_field, case_values, case_labels, 3); in HandleStoreICSmiHandlerCase() 2072 CSA_DCHECK(this, Word32Equal(field_representation, in HandleStoreICSmiHandlerCase()
|