| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ast_array_index.cpp | 242 int field_index = iface_type->field_index(var->name); in _mesa_ast_array_index_to_hir() local
|
| H A D | glsl_to_nir.cpp | 2669 int field_index = ir->field_idx; in visit() local
|
| /third_party/node/deps/v8/src/builtins/ |
| H A D | builtins-date-gen.cc | 25 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 D | property.cc | 86 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 D | call-site-info.cc | 325 auto field_index = FieldIndex::ForPropertyIndex( in InferMethodNameFromFastObject() local
|
| H A D | keys.cc | 432 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in GetFastEnumPropertyKeys() local
|
| H A D | lookup.cc | 927 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 D | property-details.h | 380 int field_index() const { return FieldIndexField::decode(value_); } in field_index() function in v8::internal::PropertyKind::PropertyLocation::PropertyConstness::PropertyDetails
|
| H A D | swiss-name-dictionary-inl.h | 405 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 D | handler-configuration-inl.h | 56 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 D | wasm-objects-inl.h | 548 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 D | wasm-debug.cc | 211 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 D | access-info.h | 146 FieldIndex field_index() const { in field_index() function in v8::internal::compiler::final
|
| H A D | access-info.cc | 428 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 D | load-elimination.cc | 924 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 D | heap-refs.cc | 516 FieldIndex field_index; member 291 GetOwnFastDataPropertyFromHeap( JSHeapBroker* broker, JSObjectRef holder, Representation representation, FieldIndex field_index) GetOwnFastDataPropertyFromHeap() argument
|
| H A D | js-native-context-specialization.cc | 2400 FieldIndex const field_index = access_info.field_index(); in BuildPropertyStore() local
|
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-classes.cc | 311 int field_index = 0; in AddDescriptorsByTemplate() local
|
| /third_party/protobuf/src/google/protobuf/ |
| H A D | text_format_unittest.cc | 532 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 D | json-stringifier.cc | 847 FieldIndex field_index = FieldIndex::ForDescriptor(*map, i); in SerializeJSObject() local
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-graph-builder.cc | 26 int LoadSimpleFieldHandler(FieldIndex field_index) { in LoadSimpleFieldHandler() argument
|
| /device/soc/rockchip/common/sdk_linux/drivers/hid/ |
| H A D | hid-core.c | 966 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 D | glsl_types.cpp | 1695 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 D | web-snapshot.cc | 873 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 D | types.cc | 807 void ClassType::GenerateSliceAccessor(size_t field_index) { in GenerateSliceAccessor() argument [all...] |