Home
last modified time | relevance | path

Searched defs:field_index (Results 1 - 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/compiler/glsl/
H A Dast_array_index.cpp242 int field_index = iface_type->field_index(var->name); in _mesa_ast_array_index_to_hir() local
H A Dglsl_to_nir.cpp2669 int field_index = ir->field_idx; in visit() local
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-date-gen.cc25 Generate_DatePrototype_GetField( TNode<Context> context, TNode<Object> receiver, int field_index) Generate_DatePrototype_GetField() argument
/third_party/node/deps/v8/src/objects/
H A Dproperty.cc86 Descriptor Descriptor::DataField(Handle<Name> key, int field_index, in DataField() argument
60 Descriptor(Handle<Name> key, const MaybeObjectHandle& value, PropertyKind kind, PropertyAttributes attributes, PropertyLocation location, PropertyConstness constness, Representation representation, int field_index) Descriptor() argument
79 DataField(Isolate* isolate, Handle<Name> key, int field_index, PropertyAttributes attributes, Representation representation) DataField() argument
107 DataConstant(Isolate* isolate, Handle<Name> key, int field_index, Handle<Object> value, PropertyAttributes attributes) DataConstant() argument
H A Dcall-site-info.cc325 auto field_index = FieldIndex::ForPropertyIndex( in InferMethodNameFromFastObject() local
H A Dkeys.cc432 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in GetFastEnumPropertyKeys() local
H A Dlookup.cc927 FieldIndex field_index = in FetchValue() local
955 FieldIndex field_index = in IsConstFieldValueEqualTo() local
1066 FieldIndex field_index = in GetDataValue() local
1138 FieldIndex field_index = WriteDataValue() local
1151 FieldIndex field_index = SwapDataValue() local
[all...]
H A Dproperty-details.h380 int field_index() const { return FieldIndexField::decode(value_); } in field_index() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails
H A Dswiss-name-dictionary-inl.h405 void SwissNameDictionary::SetMetaTableField(int field_index, int value) { in SetMetaTableField() argument
420 int SwissNameDictionary::GetMetaTableField(int field_index) { in GetMetaTableField() argument
437 SetMetaTableField(ByteArray meta_table, int field_index, int value) SetMetaTableField() argument
451 GetMetaTableField(ByteArray meta_table, int field_index) GetMetaTableField() argument
[all...]
/third_party/node/deps/v8/src/ic/
H A Dhandler-configuration-inl.h56 Handle<Smi> LoadHandler::LoadField(Isolate* isolate, FieldIndex field_index) { in LoadField() argument
224 StoreField(Isolate* isolate, Kind kind, int descriptor, FieldIndex field_index, Representation representation) StoreField() argument
239 StoreField(Isolate* isolate, int descriptor, FieldIndex field_index, PropertyConstness constness, Representation representation) StoreField() argument
248 StoreSharedStructField( Isolate* isolate, int descriptor, FieldIndex field_index, Representation representation) StoreSharedStructField() argument
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h548 GetField(Isolate* isolate, Handle<WasmStruct> obj, uint32_t field_index) GetField() argument
558 SetField(Isolate* isolate, Handle<WasmStruct> obj, uint32_t field_index, Handle<Object> value) SetField() argument
H A Dwasm-debug.cc211 WireBytesRef GetFieldName(int struct_index, int field_index) { in GetFieldName() argument
826 WireBytesRef DebugInfo::GetFieldName(int struct_index, int field_index) { in GetFieldName() argument
/third_party/node/deps/v8/src/compiler/
H A Daccess-info.h146 FieldIndex field_index() const { in field_index() function in v8::internal::compiler::final
H A Daccess-info.cc428 FieldIndex field_index = FieldIndex::ForPropertyIndex(*map.object(), index, in ComputeDataFieldAccessInfo() local
1055 FieldIndex field_index; 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 Dload-elimination.cc924 IndexRange field_index = FieldIndexOf(access); in ReduceLoadField() local
990 IndexRange field_index = FieldIndexOf(access); in ReduceStoreField() local
1265 IndexRange field_index = FieldIndexOf(access); ComputeLoopStateForStoreField() local
1407 int field_index = offset / kTaggedSize - 1; FieldIndexOf() local
[all...]
H A Dheap-refs.cc516 FieldIndex field_index; member
291 GetOwnFastDataPropertyFromHeap( JSHeapBroker* broker, JSObjectRef holder, Representation representation, FieldIndex field_index) GetOwnFastDataPropertyFromHeap() argument
H A Djs-native-context-specialization.cc2400 FieldIndex const field_index = access_info.field_index(); in BuildPropertyStore() local
/third_party/node/deps/v8/src/runtime/
H A Druntime-classes.cc311 int field_index = 0; in AddDescriptorsByTemplate() local
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc532 virtual std::string PrintMessageStart(const Message& message, int field_index, in PrintMessageStart() argument
625 virtual std::string PrintMessageStart(const Message& message, int field_index, in PrintMessageStart() argument
[all...]
/third_party/node/deps/v8/src/json/
H A Djson-stringifier.cc847 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in SerializeJSObject() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-graph-builder.cc26 int LoadSimpleFieldHandler(FieldIndex field_index) { in LoadSimpleFieldHandler() argument
/device/soc/rockchip/common/sdk_linux/drivers/hid/
H A Dhid-core.c966 hid_validate_values(struct hid_device *hid, unsigned int type, unsigned int id, unsigned int field_index, unsigned int report_counts) hid_validate_values() argument
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp1695 glsl_type::field_index(const char *name) const in field_index() function in glsl_type
/third_party/node/deps/v8/src/web-snapshot/
H A Dweb-snapshot.cc873 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in DiscoverObject() local
977 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in SerializeObject() local
/third_party/node/deps/v8/src/torque/
H A Dtypes.cc807 void ClassType::GenerateSliceAccessor(size_t field_index) { in GenerateSliceAccessor() argument
[all...]

Completed in 62 milliseconds

12