Home
last modified time | relevance | path

Searched refs:PropertyAttributes (Results 1 – 25 of 42) sorted by relevance

12

/external/v8/src/
Dtransitions.h43 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);
Dproperty.h52 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()
Dproperty-details.h16 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);
Daccessors.cc24 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 …]
Dapi-natives.h45 PropertyAttributes attributes);
49 PropertyAttributes attributes);
55 PropertyAttributes attributes);
Dtransitions-inl.h122 PropertyAttributes attributes1, Name* key2, in CompareKeys()
124 PropertyAttributes attributes2) { in CompareKeys()
144 PropertyAttributes attributes1, in CompareDetails()
146 PropertyAttributes attributes2) { in CompareDetails()
Daccessors.h67 PropertyAttributes attributes);
81 Isolate* isolate, Handle<String> name, PropertyAttributes attributes);
116 AccessorNameBooleanSetterCallback setter, PropertyAttributes attributes);
Dbootstrapper.cc352 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 …]
Dlookup.h209 PropertyAttributes attributes,
219 PropertyAttributes attributes);
223 PropertyAttributes attributes);
225 PropertyAttributes attributes);
230 PropertyAttributes property_attributes() const { in property_attributes()
Dproperty.cc15 const PropertyAttributes& attributes) { in operator <<()
25 PropertyAttributes attributes, in DataDescriptor()
Dapi-natives.cc60 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()
Dproperty-descriptor.h106 PropertyAttributes ToAttributes() { in ToAttributes()
107 return static_cast<PropertyAttributes>( in ToAttributes()
Dcontexts.cc191 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()
Delements.h130 PropertyAttributes attributes) = 0;
133 Handle<Object> value, PropertyAttributes attributes,
Dlookup.cc259 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()
Dobjects.h1464 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 …]
Delements.cc640 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 …]
Dtransitions.cc161 PropertyAttributes attributes) { in SearchTransition()
522 PropertyAttributes attributes, in SearchDetails()
546 PropertyAttributes attributes, in Search()
Dfactory.cc2610 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/
Druntime-scopes.cc46 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()
Druntime-utils.h99 PropertyAttributes name = static_cast<PropertyAttributes>(args.smi_at(index));
Druntime-classes.cc138 PropertyAttributes attribs = in DefineClass()
139 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in DefineClass()
/external/clang/include/clang/AST/
DDeclObjC.h736 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/
DDwarfCompileUnit.cpp1395 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/
Dwasm-js.cc601 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()

12