Searched defs:field_representation (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | property-access-builder.cc | 289 MachineRepresentation const field_representation = in BuildLoadDataField() local
|
H A D | access-info.h | 155 Representation field_representation() const { in field_representation() function in v8::internal::compiler::final
|
H A D | access-info.cc | 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 D | heap-refs.cc | 1858 GetOwnFastDataProperty( Representation field_representation, FieldIndex index, CompilationDependencies* dependencies) const GetOwnFastDataProperty() argument
|
H A D | js-native-context-specialization.cc | 2402 MachineRepresentation const field_representation = in BuildPropertyStore() local
|
H A D | simplified-lowering.cc | 3409 MachineRepresentation field_representation = in VisitNode() local 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...] |
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.cc | 2030 TNode<Uint32T> field_representation = in HandleStoreICSmiHandlerCase() local
|
Completed in 27 milliseconds