Home
last modified time | relevance | path

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

123

/external/v8/src/
Dproperty.h36 int field_index, PropertyAttributes attributes,
40 PropertyAttributes attributes,
46 PropertyAttributes attributes);
50 PropertyAttributes attributes);
53 PropertyAttributes attributes);
65 PropertyAttributes attributes, PropertyLocation location,
Dproperty.cc17 const PropertyAttributes& attributes) { in operator <<()
29 PropertyKind kind, PropertyAttributes attributes, in Descriptor()
48 int field_index, PropertyAttributes attributes, in DataField()
55 PropertyAttributes attributes, in DataField()
66 PropertyAttributes attributes) { in DataConstant()
74 PropertyAttributes attributes) { in DataConstant()
89 PropertyAttributes attributes) { in AccessorConstant()
Dtransitions.h57 PropertyAttributes attributes);
86 PropertyAttributes attributes);
300 int Search(PropertyKind kind, Name* name, PropertyAttributes attributes,
311 PropertyAttributes attributes, int* out_insertion_index);
324 PropertyAttributes attributes1, Name* key2,
326 PropertyAttributes attributes2);
336 PropertyAttributes attributes1,
338 PropertyAttributes attributes2);
Dproperty-details.h18 enum PropertyAttributes { enum
236 PropertyDetails(PropertyKind kind, PropertyAttributes attributes,
245 PropertyDetails(PropertyKind kind, PropertyAttributes attributes,
284 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const { in CopyAddAttributes()
286 static_cast<PropertyAttributes>(attributes() | new_attributes); in CopyAddAttributes()
306 PropertyAttributes attributes() const { in attributes()
342 : public BitField<PropertyAttributes, ConstnessField::kNext, 3> {};
401 PropertyDetails(int value, PropertyAttributes attributes) { in PropertyDetails()
426 const PropertyAttributes& attributes);
Dapi-natives.h49 PropertyAttributes attributes);
53 PropertyAttributes attributes);
59 PropertyAttributes attributes);
Dbootstrapper.cc398 PropertyAttributes attributes = DONT_ENUM) { in InstallFunction()
404 PropertyAttributes attributes = DONT_ENUM) { in InstallFunction()
442 PropertyAttributes attributes) { in InstallFunction()
456 PropertyAttributes attributes = DONT_ENUM; in InstallFunction()
481 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction()
495 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction()
504 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction()
516 PropertyAttributes attrs = DONT_ENUM, in SimpleInstallFunction()
537 PropertyAttributes attribs) { in SimpleInstallGetterSetter()
592 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY)); in InstallConstant()
[all …]
Dtransitions-inl.h160 PropertyAttributes attributes1, Name* key2, in CompareKeys()
162 PropertyAttributes attributes2) { in CompareKeys()
180 PropertyAttributes attributes1, in CompareDetails()
182 PropertyAttributes attributes2) { in CompareDetails()
Dlookup.h162 PropertyAttributes attributes,
167 PropertyAttributes attributes);
171 PropertyAttributes attributes);
173 PropertyAttributes attributes);
178 PropertyAttributes property_attributes() const { in property_attributes()
Dmap-updater.h53 PropertyAttributes attributes,
162 PropertyAttributes new_attributes_ = NONE;
Dtransitions.cc211 PropertyAttributes attributes) { in SearchTransition()
251 PropertyAttributes attributes = name->IsPrivate() ? DONT_ENUM : NONE; in FindTransitionToDataProperty()
300 PropertyAttributes attributes) { in IsMatchingMap()
560 PropertyAttributes attributes, in SearchDetails()
584 PropertyAttributes attributes, in Search()
600 PropertyAttributes attributes = NONE; in Sort()
613 PropertyAttributes temp_attributes = NONE; in Sort()
Dapi-natives.cc65 Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes, in DefineAccessorProperty()
98 PropertyAttributes attributes) { in DefineDataProperty()
107 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DefineDataProperty()
238 PropertyAttributes attributes = details.attributes(); in ConfigureInstance()
258 PropertyAttributes attributes = details.attributes(); in ConfigureInstance()
579 PropertyAttributes attributes) { in AddDataProperty()
589 PropertyAttributes attributes) { in AddDataProperty()
604 PropertyAttributes attributes) { in AddAccessorProperty()
Dproperty-descriptor.h109 PropertyAttributes ToAttributes() { in ToAttributes()
110 return static_cast<PropertyAttributes>( in ToAttributes()
Dcontexts.cc169 static PropertyAttributes GetAttributesForMode(VariableMode mode) { in GetAttributesForMode()
175 int* index, PropertyAttributes* attributes, in Lookup()
243 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>(); in Lookup()
261 maybe = Nothing<PropertyAttributes>(); in Lookup()
Dobjects.h1364 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes,
2128 typedef PropertyAttributes IntegrityLevel;
2160 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes>
2162 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes>
2164 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes>
2167 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes>
2169 V8_WARN_UNUSED_RESULT static inline Maybe<PropertyAttributes>
2172 V8_WARN_UNUSED_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
2330 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes,
2334 LookupIterator* it, Handle<Object> value, PropertyAttributes attributes,
[all …]
Delements.h123 Handle<Object> value, PropertyAttributes attributes,
208 PropertyAttributes attributes) = 0;
Dlookup.cc459 PropertyAttributes attributes) { in ReconfigureDataProperty()
538 PropertyAttributes attributes, Object::StoreFromKeyed store_mode) { in PrepareTransitionToDataProperty()
544 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM); in PrepareTransitionToDataProperty()
693 PropertyAttributes attributes) { in TransitionToAccessorProperty()
700 attributes = static_cast<PropertyAttributes>(attributes | DONT_ENUM); in TransitionToAccessorProperty()
761 PropertyAttributes attributes) { in TransitionToAccessorPair()
/external/v8/src/objects/
Dliteral-objects.cc339 PropertyAttributes attribs) { in AddConstant()
469 PropertyAttributes attribs = in BuildClassBoilerplate()
470 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate()
476 PropertyAttributes attribs = in BuildClassBoilerplate()
477 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate()
482 PropertyAttributes attribs = in BuildClassBoilerplate()
483 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate()
570 PropertyAttributes attribs = in BuildClassBoilerplate()
571 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate()
Dmap.h504 PropertyAttributes new_attributes,
663 Handle<FieldType> type, PropertyAttributes attributes,
669 Handle<Object> constant, PropertyAttributes attributes,
687 PropertyAttributes attrs_to_add,
700 PropertyAttributes attributes,
706 PropertyAttributes attributes);
711 PropertyAttributes attributes);
934 PropertyAttributes attributes,
952 PropertyKind kind, PropertyAttributes attributes);
Dapi-callbacks.h56 inline PropertyAttributes initial_property_attributes() const;
57 inline void set_initial_property_attributes(PropertyAttributes attributes);
99 V(InitialAttributesBits, PropertyAttributes, 3, _)
Ddescriptor-array.h108 PropertyAttributes attributes, int slack = 0);
/external/v8/src/runtime/
Druntime-scopes.cc47 Handle<Object> value, PropertyAttributes attr, bool is_var, in DeclareGlobal()
72 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in DeclareGlobal()
76 PropertyAttributes old_attributes = maybe.FromJust(); in DeclareGlobal()
183 isolate, global, name, value, static_cast<PropertyAttributes>(attr), in DeclareGlobals()
227 PropertyAttributes attributes; in DeclareEvalHelper()
649 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it); in FindNameClash()
762 PropertyAttributes attributes; in RUNTIME_FUNCTION()
798 PropertyAttributes attributes; in LoadLookupSlot()
897 PropertyAttributes attributes; in StoreLookupSlot()
Druntime-utils.h100 PropertyAttributes name = static_cast<PropertyAttributes>(args.smi_at(index));
Druntime-forin.cc49 Maybe<PropertyAttributes> result = Just(ABSENT); in HasEnumerableProperty()
/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()

123