Home
last modified time | relevance | path

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

12

/external/v8/src/
Dproperty-details.h13 enum PropertyAttributes { enum
186 PropertyDetails(PropertyAttributes attributes, in PropertyDetails()
197 PropertyDetails(PropertyAttributes attributes,
214 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) { in CopyAddAttributes()
216 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes()
234 PropertyAttributes attributes() const { in attributes()
265 class AttributesField : public BitField<PropertyAttributes, 2, 3> {};
291 PropertyDetails(int value, PropertyAttributes attributes) { in PropertyDetails()
Dproperty.h60 PropertyAttributes attributes,
80 PropertyAttributes attributes, in FieldDescriptor()
87 PropertyAttributes attributes, in FieldDescriptor()
98 PropertyAttributes attributes) in ConstantDescriptor()
108 PropertyAttributes attributes) in CallbacksDescriptor()
Daccessors.cc29 PropertyAttributes attributes) { in MakeAccessor()
191 Isolate* isolate, PropertyAttributes attributes) { in ArgumentsIteratorInfo()
278 Isolate* isolate, PropertyAttributes attributes) { in ArrayLengthInfo()
324 Isolate* isolate, PropertyAttributes attributes) { in StringLengthInfo()
359 Isolate* isolate, PropertyAttributes attributes) { in ScriptColumnOffsetInfo()
396 Isolate* isolate, PropertyAttributes attributes) { in ScriptIdInfo()
433 Isolate* isolate, PropertyAttributes attributes) { in ScriptNameInfo()
468 Isolate* isolate, PropertyAttributes attributes) { in ScriptSourceInfo()
503 Isolate* isolate, PropertyAttributes attributes) { in ScriptLineOffsetInfo()
540 Isolate* isolate, PropertyAttributes attributes) { in ScriptTypeInfo()
[all …]
Dcontexts.cc78 static Maybe<PropertyAttributes> UnscopableLookup(LookupIterator* it) { in UnscopableLookup()
81 Maybe<PropertyAttributes> attrs = JSReceiver::GetPropertyAttributes(it); in UnscopableLookup()
92 return Maybe<PropertyAttributes>(); in UnscopableLookup()
99 return Maybe<PropertyAttributes>(); in UnscopableLookup()
109 PropertyAttributes* attributes, in Lookup()
141 Maybe<PropertyAttributes> maybe; in Lookup()
Daccessors.h55 PropertyAttributes attributes);
76 Handle<String> name, int index, PropertyAttributes attributes);
90 PropertyAttributes attributes);
Dbootstrapper.cc382 PropertyAttributes attributes; in InstallFunction()
385 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InstallFunction()
403 PropertyAttributes attribs = static_cast<PropertyAttributes>( in SetFunctionInstanceDescriptor()
436 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY); in SetFunctionInstanceDescriptor()
555 PropertyAttributes rw_attribs = in SetStrictFunctionInstanceDescriptor()
556 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); in SetStrictFunctionInstanceDescriptor()
557 PropertyAttributes ro_attribs = in SetStrictFunctionInstanceDescriptor()
558 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in SetStrictFunctionInstanceDescriptor()
593 PropertyAttributes attribs = in SetStrictFunctionInstanceDescriptor()
694 PropertyAttributes attributes, in ReplaceAccessors()
[all …]
Dlookup.h107 PropertyAttributes attributes,
120 PropertyAttributes attributes);
123 PropertyAttributes attributes);
Delements.h71 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
77 MUST_USE_RESULT inline PropertyAttributes GetAttributes( in GetAttributes()
Dlookup.cc100 PropertyAttributes attributes) { in ReconfigureDataProperty()
118 Handle<Object> value, PropertyAttributes attributes, in PrepareTransitionToDataProperty()
154 PropertyAttributes attributes) { in TransitionToAccessorProperty()
Dobjects.h1125 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes,
1576 PropertyAttributes attributes,
1609 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetPropertyAttributes(
1611 MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
1613 MUST_USE_RESULT static Maybe<PropertyAttributes> GetOwnPropertyAttributes(
1616 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetElementAttribute(
1618 MUST_USE_RESULT static inline Maybe<PropertyAttributes>
1767 PropertyAttributes attributes,
1771 Handle<Object> value, PropertyAttributes attributes);
1801 MUST_USE_RESULT static Maybe<PropertyAttributes>
[all …]
Dobjects.cc601 Maybe<PropertyAttributes> JSObject::GetPropertyAttributesWithFailedAccessCheck( in GetPropertyAttributesWithFailedAccessCheck()
608 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithFailedAccessCheck()
1713 PropertyAttributes attributes, in CopyWithField()
1749 PropertyAttributes attributes, in CopyWithConstant()
1765 PropertyAttributes attributes) { in AddSlowProperty()
2108 PropertyAttributes attributes, in CopyGeneralizeAllRepresentations()
2853 Maybe<PropertyAttributes> maybe_attributes = in SetProperty()
2959 PropertyAttributes attributes, in AddDataProperty()
3561 Maybe<PropertyAttributes> JSProxy::GetPropertyAttributesWithHandler( in GetPropertyAttributesWithHandler()
3575 Maybe<PropertyAttributes>()); in GetPropertyAttributesWithHandler()
[all …]
Druntime.cc1972 PropertyAttributes attrs; in GetOwnProperty()
1980 Maybe<PropertyAttributes> maybe = in GetOwnProperty()
1997 Maybe<PropertyAttributes> maybe = JSObject::GetPropertyAttributes(&it); in GetOwnProperty()
2213 PropertyAttributes attr, bool is_var, in DeclareGlobals()
2217 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobals()
2221 PropertyAttributes old_attributes = maybe.value; in DeclareGlobals()
2303 static_cast<PropertyAttributes>(attr), in RUNTIME_FUNCTION()
2347 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in RUNTIME_FUNCTION()
2349 PropertyAttributes old_attributes = maybe.value; in RUNTIME_FUNCTION()
2351 PropertyAttributes attr = in RUNTIME_FUNCTION()
[all …]
Delements.cc634 MUST_USE_RESULT virtual PropertyAttributes GetAttributes( in GetAttributes()
643 MUST_USE_RESULT static PropertyAttributes GetAttributesImpl( in GetAttributesImpl()
1281 MUST_USE_RESULT static PropertyAttributes GetAttributesImpl( in GetAttributesImpl()
1486 MUST_USE_RESULT static PropertyAttributes GetAttributesImpl( in GetAttributesImpl()
1587 MUST_USE_RESULT static PropertyAttributes GetAttributesImpl( in GetAttributesImpl()
Dcontexts.h548 PropertyAttributes* attributes,
Dobjects-inl.h6652 Maybe<PropertyAttributes> result = GetPropertyAttributes(object, name); in HasProperty()
6664 Maybe<PropertyAttributes> result = GetOwnPropertyAttributes(object, name); in HasOwnProperty()
6670 Maybe<PropertyAttributes> JSReceiver::GetPropertyAttributes( in GetPropertyAttributes()
6681 Maybe<PropertyAttributes> JSReceiver::GetElementAttribute( in GetElementAttribute()
6723 Maybe<PropertyAttributes> result = JSObject::GetElementAttributeWithReceiver( in HasElement()
6736 Maybe<PropertyAttributes> result = JSObject::GetElementAttributeWithReceiver( in HasOwnElement()
6743 Maybe<PropertyAttributes> JSReceiver::GetOwnElementAttribute( in GetOwnElementAttribute()
6774 PropertyAttributes AccessorInfo::property_attributes() { in property_attributes()
6779 void AccessorInfo::set_property_attributes(PropertyAttributes attributes) { in set_property_attributes()
Druntime.h844 PropertyAttributes attr);
Dapi.cc1134 obj->set_property_attributes(static_cast<PropertyAttributes>(attributes)); in SetAccessorInfoProperties()
3153 static_cast<PropertyAttributes>(attribs)).is_null(); in ForceSet()
3240 Maybe<PropertyAttributes> result = in GetPropertyAttributes()
3578 static_cast<PropertyAttributes>(attribute)); in SetAccessorProperty()
/external/v8/test/cctest/
Dtest-alloc.cc126 Isolate* isolate, PropertyAttributes attributes) { in TestAccessorInfo()
151 PropertyAttributes attrs = static_cast<PropertyAttributes>(0); in TEST()
/external/clang/include/clang/AST/
DDeclObjC.h2221 unsigned PropertyAttributes : NumPropertyAttrsBits; variable
2238 PropertyAttributes(OBJC_PR_noattr), in ObjCPropertyDecl()
2267 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
2270 PropertyAttributes |= PRVal; in setPropertyAttributes()
2288 PropertyAttributes &= ~OBJC_PR_readonly; in makeitReadWriteAttribute()
2289 PropertyAttributes |= OBJC_PR_readwrite; in makeitReadWriteAttribute()
2296 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()
2301 return (PropertyAttributes & OBJC_PR_atomic); in isAtomic()
2306 return (PropertyAttributes & in isRetaining()
2314 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
[all …]
/external/clang/include/clang/Sema/
DDeclSpec.h810 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr), in ObjCDeclSpec()
818 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
821 PropertyAttributes = in setPropertyAttributes()
822 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
840 unsigned PropertyAttributes : 12; variable
/external/llvm/include/llvm/IR/
DDIBuilder.h245 unsigned PropertyAttributes, MDType *Ty);
/external/llvm/lib/IR/
DDIBuilder.cpp328 unsigned PropertyAttributes, MDType *Ty) { in createObjCProperty() argument
330 SetterName, PropertyAttributes, Ty); in createObjCProperty()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1071 if (unsigned PropertyAttributes = Property->getAttributes()) in constructTypeDIE() local
1073 PropertyAttributes); in constructTypeDIE()
/external/v8/src/x87/
Dfull-codegen-x87.cc791 PropertyAttributes attr = in VisitVariableDeclaration()
/external/v8/src/x64/
Dfull-codegen-x64.cc816 PropertyAttributes attr = in VisitVariableDeclaration()

12