/external/v8/src/ |
D | transitions.h | 43 PropertyAttributes attributes); 46 PropertyAttributes attributes) { in SearchTransition() 252 int Search(PropertyKind kind, Name* name, PropertyAttributes attributes, 263 PropertyAttributes attributes, int* out_insertion_index); 294 PropertyAttributes attributes1, Name* key2, 296 PropertyAttributes attributes2); 306 PropertyAttributes attributes1, 308 PropertyAttributes attributes2);
|
D | property.h | 52 PropertyAttributes attributes, PropertyType type, 72 PropertyAttributes attributes, Representation representation); 76 PropertyAttributes attributes, Representation representation) in DataDescriptor() 87 PropertyAttributes attributes) in DataConstantDescriptor() 96 PropertyAttributes attributes) in AccessorConstantDescriptor()
|
D | property-details.h | 16 enum PropertyAttributes { enum 237 PropertyDetails(PropertyAttributes attributes, PropertyType type, int index, in PropertyDetails() 247 PropertyDetails(PropertyAttributes attributes, 257 PropertyDetails(PropertyAttributes attributes, PropertyKind kind, 292 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const { in CopyAddAttributes() 294 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes() 315 PropertyAttributes attributes() const { in attributes() 347 class AttributesField : public BitField<PropertyAttributes, 2, 3> {}; 388 PropertyDetails(int value, PropertyAttributes attributes) { in PropertyDetails() 397 const PropertyAttributes& attributes);
|
D | accessors.cc | 24 AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes) { in MakeAccessor() 139 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo() 202 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo() 249 Isolate* isolate, Handle<String> name, PropertyAttributes attributes) { in ModuleNamespaceEntryInfo() 285 Isolate* isolate, PropertyAttributes attributes) { in StringLengthInfo() 310 Isolate* isolate, PropertyAttributes attributes) { in ScriptColumnOffsetInfo() 336 Isolate* isolate, PropertyAttributes attributes) { in ScriptIdInfo() 361 Isolate* isolate, PropertyAttributes attributes) { in ScriptNameInfo() 385 Isolate* isolate, PropertyAttributes attributes) { in ScriptSourceInfo() 410 Isolate* isolate, PropertyAttributes attributes) { in ScriptLineOffsetInfo() [all …]
|
D | api-natives.h | 45 PropertyAttributes attributes); 49 PropertyAttributes attributes); 55 PropertyAttributes attributes);
|
D | transitions-inl.h | 122 PropertyAttributes attributes1, Name* key2, in CompareKeys() 124 PropertyAttributes attributes2) { in CompareKeys() 144 PropertyAttributes attributes1, in CompareDetails() 146 PropertyAttributes attributes2) { in CompareDetails()
|
D | accessors.h | 67 PropertyAttributes attributes); 81 Isolate* isolate, Handle<String> name, PropertyAttributes attributes); 116 AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes);
|
D | bootstrapper.cc | 352 PropertyAttributes attributes = DONT_ENUM) { in InstallFunction() 362 PropertyAttributes attributes = DONT_ENUM) { in InstallFunction() 386 PropertyAttributes attributes, in InstallFunction() 402 PropertyAttributes attributes = DONT_ENUM; in InstallFunction() 427 PropertyAttributes attrs = DONT_ENUM) { in SimpleInstallFunction() 437 PropertyAttributes attrs = DONT_ENUM) { in SimpleInstallFunction() 455 PropertyAttributes attribs) { in SimpleInstallGetterSetter() 630 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)) in GetThrowTypeErrorIntrinsic() 711 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps() 715 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps() [all …]
|
D | lookup.h | 209 PropertyAttributes attributes, 219 PropertyAttributes attributes); 223 PropertyAttributes attributes); 225 PropertyAttributes attributes); 230 PropertyAttributes property_attributes() const { in property_attributes()
|
D | property.cc | 15 const PropertyAttributes& attributes) { in operator <<() 25 PropertyAttributes attributes, in DataDescriptor()
|
D | api-natives.cc | 60 Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes, in DefineAccessorProperty() 93 PropertyAttributes attributes) { in DefineDataProperty() 102 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty() 228 PropertyAttributes attributes = details.attributes(); in ConfigureInstance() 248 PropertyAttributes attributes = details.attributes(); in ConfigureInstance() 533 PropertyAttributes attributes) { in AddDataProperty() 543 PropertyAttributes attributes) { in AddDataProperty() 558 PropertyAttributes attributes) { in AddAccessorProperty()
|
D | property-descriptor.h | 106 PropertyAttributes ToAttributes() { in ToAttributes() 107 return static_cast<PropertyAttributes>( in ToAttributes()
|
D | contexts.cc | 191 static PropertyAttributes GetAttributesForMode(VariableMode mode) { in GetAttributesForMode() 197 int* index, PropertyAttributes* attributes, in Lookup() 259 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>(); in Lookup() 277 maybe = Nothing<PropertyAttributes>(); in Lookup()
|
D | elements.h | 130 PropertyAttributes attributes) = 0; 133 Handle<Object> value, PropertyAttributes attributes,
|
D | lookup.cc | 259 PropertyAttributes attributes) { in ReconfigureDataProperty() 313 PropertyAttributes attributes, Object::StoreFromKeyed store_mode) { in PrepareTransitionToDataProperty() 318 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM); in PrepareTransitionToDataProperty() 449 PropertyAttributes attributes) { in TransitionToAccessorProperty() 456 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM); in TransitionToAccessorProperty() 517 PropertyAttributes attributes) { in TransitionToAccessorPair()
|
D | objects.h | 1464 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, 2092 typedef PropertyAttributes IntegrityLevel; 2119 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetPropertyAttributes( 2121 MUST_USE_RESULT static inline Maybe<PropertyAttributes> 2123 MUST_USE_RESULT static inline Maybe<PropertyAttributes> 2126 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetElementAttributes( 2128 MUST_USE_RESULT static inline Maybe<PropertyAttributes> 2131 MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes( 2279 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, 2283 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes, [all …]
|
D | elements.cc | 640 PropertyAttributes attributes) final { in Reconfigure() 647 PropertyAttributes attributes) { in ReconfigureImpl() 652 PropertyAttributes attributes, uint32_t new_capacity) final { in Add() 657 Handle<Object> value, PropertyAttributes attributes, in AddImpl() 1408 PropertyAttributes attributes) { in ReconfigureImpl() 1419 Handle<Object> value, PropertyAttributes attributes, in AddImpl() 1460 PropertyAttributes attr = details.attributes(); in GetEntryForIndexImpl() 1481 PropertyAttributes attr = details.attributes(); in FilterKey() 1868 PropertyAttributes attributes) { in ReconfigureImpl() 1877 Handle<Object> value, PropertyAttributes attributes, in AddImpl() [all …]
|
D | transitions.cc | 161 PropertyAttributes attributes) { in SearchTransition() 522 PropertyAttributes attributes, in SearchDetails() 546 PropertyAttributes attributes, in Search()
|
D | factory.cc | 2610 PropertyAttributes ro_attribs = in SetFunctionInstanceDescriptor() 2611 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in SetFunctionInstanceDescriptor() 2612 PropertyAttributes roc_attribs = in SetFunctionInstanceDescriptor() 2613 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in SetFunctionInstanceDescriptor() 2648 ro_attribs = static_cast<PropertyAttributes>(ro_attribs & ~READ_ONLY); in SetFunctionInstanceDescriptor() 2673 PropertyAttributes rw_attribs = in SetStrictFunctionInstanceDescriptor() 2674 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); in SetStrictFunctionInstanceDescriptor() 2675 PropertyAttributes ro_attribs = in SetStrictFunctionInstanceDescriptor() 2676 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in SetStrictFunctionInstanceDescriptor() 2677 PropertyAttributes roc_attribs = in SetStrictFunctionInstanceDescriptor() [all …]
|
/external/v8/src/runtime/ |
D | runtime-scopes.cc | 46 Handle<Object> value, PropertyAttributes attr, bool is_var, in DeclareGlobal() 71 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal() 75 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobal() 174 isolate, global, name, value, static_cast<PropertyAttributes>(attr), in DeclareGlobals() 243 PropertyAttributes attributes; in DeclareEvalHelper() 636 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in FindNameClash() 761 PropertyAttributes attributes; in RUNTIME_FUNCTION() 797 PropertyAttributes attributes; in LoadLookupSlot() 893 PropertyAttributes attributes; in StoreLookupSlot()
|
D | runtime-utils.h | 99 PropertyAttributes name = static_cast<PropertyAttributes>(args.smi_at(index));
|
D | runtime-classes.cc | 138 PropertyAttributes attribs = in DefineClass() 139 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in DefineClass()
|
/external/clang/include/clang/AST/ |
D | DeclObjC.h | 736 unsigned PropertyAttributes : NumPropertyAttrsBits; variable 754 PropertyAttributes(OBJC_PR_noattr), in ObjCPropertyDecl() 793 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes() 796 PropertyAttributes |= PRVal; in setPropertyAttributes() 799 PropertyAttributes = PRVal; in overwritePropertyAttributes() 814 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly() 819 return (PropertyAttributes & OBJC_PR_atomic); in isAtomic() 824 return (PropertyAttributes & in isRetaining() 829 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; } in isClassProperty() 843 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind() [all …]
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 1395 unsigned PropertyAttributes = 0; in createMemberDIE() local 1397 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readonly; in createMemberDIE() 1399 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readwrite; in createMemberDIE() 1401 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_assign; in createMemberDIE() 1403 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_retain; in createMemberDIE() 1405 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_copy; in createMemberDIE() 1407 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_nonatomic; in createMemberDIE() 1408 if (PropertyAttributes) in createMemberDIE() 1410 PropertyAttributes); in createMemberDIE()
|
/external/v8/src/wasm/ |
D | wasm-js.cc | 601 PropertyAttributes attributes = in InstallFunc() 602 static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY); in InstallFunc() 656 PropertyAttributes attributes = static_cast<PropertyAttributes>(DONT_ENUM); in InstallWasmConstructors() 716 attributes = static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY); in InstallWasmConstructors()
|