Home
last modified time | relevance | path

Searched refs:field_representation (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dproperty-access-builder.cc213 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()
H A Daccess-info.cc112 FieldIndex field_index, Representation field_representation, in DataField()
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()
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()
229 field_representation_(field_representation), in PropertyAccessInfo()
1059 Representation field_representation in LookupSpecialFieldAccessor() local
109 DataField( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) DataField() argument
130 FastDataConstant( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) FastDataConstant() argument
216 PropertyAccessInfo( Kind kind, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, ZoneVector<MapRef>&& lookup_start_object_maps, ZoneVector<CompilationDependency const*>&& unrecorded_dependencies) PropertyAccessInfo() argument
[all...]
H A Daccess-info.h76 FieldIndex field_index, Representation field_representation,
83 FieldIndex field_index, Representation field_representation,
155 Representation field_representation() const { in field_representation() function in v8::internal::compiler::final
188 Representation field_representation, Type field_type,
H A Djs-native-context-specialization.cc450 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()
H A Dheap-refs.cc1859 Representation field_representation, FieldIndex index, in GetOwnFastDataProperty()
1862 broker(), *this, field_representation, index); in GetOwnFastDataProperty()
1865 *this, map(), field_representation, index, *result); in GetOwnFastDataProperty()
1858 GetOwnFastDataProperty( Representation field_representation, FieldIndex index, CompilationDependencies* dependencies) const GetOwnFastDataProperty() argument
H A Dsimplified-lowering.cc1470 MachineRepresentation field_representation, Type field_type, in WriteBarrierKindFor()
1473 CanBeTaggedPointer(field_representation)) { in WriteBarrierKindFor()
1496 if (field_representation == MachineRepresentation::kTaggedPointer || in WriteBarrierKindFor()
1517 MachineRepresentation field_representation, int field_offset, in WriteBarrierKindFor()
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()
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
[all...]
H A Dheap-refs.h409 Representation field_representation, FieldIndex index,
H A Djs-call-reducer.cc8119 ai_exec.field_representation(), ai_exec.field_index(), dependencies());
/third_party/node/deps/v8/src/ic/
H A Daccessor-assembler.cc2030 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()

Completed in 41 milliseconds