Searched refs:PropertyAttributes (Results 1 - 25 of 28) sorted by relevance

12

/external/v8/src/
H A Dproperty-details.h36 enum PropertyAttributes { enum
80 PropertyDetails(PropertyAttributes attributes,
102 PropertyAttributes attributes() { return AttributesField::decode(value_); }
120 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
H A Dproperty.h94 PropertyAttributes attributes,
110 MapTransitionDescriptor(String* key, Map* map, PropertyAttributes attributes)
138 PropertyAttributes attributes,
148 PropertyAttributes attributes,
158 PropertyAttributes attributes,
228 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM |
274 PropertyAttributes GetAttributes() {
H A Dhandles.h182 PropertyAttributes attributes,
188 PropertyAttributes attributes);
202 PropertyAttributes* attributes);
H A Dobjects.h923 PropertyAttributes* attributes);
927 PropertyAttributes* attributes);
933 PropertyAttributes* attributes);
938 PropertyAttributes* attributes);
1395 PropertyAttributes attributes,
1400 PropertyAttributes attributes,
1405 PropertyAttributes attributes,
1417 PropertyAttributes attributes,
1431 inline PropertyAttributes GetPropertyAttribute(String* name);
1432 PropertyAttributes GetPropertyAttributeWithReceive
[all...]
H A Dbootstrapper.cc366 PropertyAttributes attributes;
369 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
388 PropertyAttributes attribs = static_cast<PropertyAttributes>(
416 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
533 PropertyAttributes attribs = static_cast<PropertyAttributes>(
562 attribs = static_cast<PropertyAttributes>(attribs | READ_ONLY);
815 static const PropertyAttributes attributes =
816 static_cast<PropertyAttributes>(READ_ONL
[all...]
H A Dcontexts.cc90 PropertyAttributes* attributes,
H A Dhandles.cc235 PropertyAttributes attributes,
249 PropertyAttributes attributes) {
271 PropertyAttributes attributes,
301 PropertyAttributes* attributes) {
H A Dobjects.cc158 PropertyAttributes* attributes) {
303 PropertyAttributes* attributes) {
359 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck(
555 PropertyAttributes* attributes) {
569 PropertyAttributes* attributes) {
1518 PropertyAttributes attributes) {
1615 PropertyAttributes attributes) {
1674 PropertyAttributes attributes) {
1711 PropertyAttributes attributes,
1754 PropertyAttributes attribute
[all...]
H A Druntime.h660 PropertyAttributes attr,
668 PropertyAttributes attr);
H A Dcontexts.h420 PropertyAttributes* attributes,
H A Druntime.cc185 PropertyAttributes attributes =
1127 PropertyAttributes attrs;
1305 PropertyAttributes attributes = global->GetPropertyAttribute(*name);
1363 PropertyAttributes attributes = static_cast<PropertyAttributes>(attr);
1373 static_cast<PropertyAttributes>(attr),
1395 PropertyAttributes mode = static_cast<PropertyAttributes>(args.smi_at(2));
1400 PropertyAttributes attributes;
1499 PropertyAttributes attribute
[all...]
H A Dfactory.h383 PropertyAttributes attributes);
H A Dstub-cache.cc1047 PropertyAttributes* attrs) {
1094 PropertyAttributes attr = NONE;
1107 PropertyAttributes attr;
1125 PropertyAttributes attr = NONE;
H A Dic.cc542 PropertyAttributes attr;
907 PropertyAttributes attr;
1142 PropertyAttributes attr;
H A Dfactory.cc836 PropertyAttributes attributes) {
848 PropertyAttributes attributes) {
H A Dobjects-inl.h855 PropertyAttributes attributes;
860 MaybeObject* Object::GetProperty(String* key, PropertyAttributes* attributes) {
4549 PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) {
4611 PropertyAttributes AccessorInfo::property_attributes() {
4616 void AccessorInfo::set_property_attributes(PropertyAttributes attributes) {
H A Dapi.cc1061 obj->set_property_attributes(static_cast<PropertyAttributes>(attributes));
2744 static_cast<PropertyAttributes>(attribs),
2787 static_cast<PropertyAttributes>(attribs));
2855 PropertyAttributes result = self->GetPropertyAttribute(*key_string);
3140 PropertyAttributes ignored;
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp867 unsigned PropertyAttributes = 0; local
869 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readonly;
871 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readwrite;
873 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_assign;
875 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_retain;
877 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_copy;
879 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_nonatomic;
880 if (PropertyAttributes)
882 PropertyAttributes);
1525 unsigned PropertyAttributes local
[all...]
/external/clang/include/clang/AST/
H A DDeclObjC.h1753 unsigned PropertyAttributes : NumPropertyAttrsBits;
1770 PropertyAttributes(OBJC_PR_noattr),
1797 return PropertyAttributeKind(PropertyAttributes);
1800 PropertyAttributes |= PRVal;
1818 PropertyAttributes &= ~OBJC_PR_readonly;
1819 PropertyAttributes |= OBJC_PR_readwrite;
1826 return (PropertyAttributes & OBJC_PR_readonly);
1831 return (PropertyAttributes & OBJC_PR_atomic);
1836 return (PropertyAttributes &
1844 if (PropertyAttributes
[all...]
/external/llvm/include/llvm/
H A DDIBuilder.h186 /// @param PropertyAttributes Objective C property attributes.
194 unsigned PropertyAttributes = 0);
220 /// @param PropertyAttributes Objective C property attributes.
226 unsigned PropertyAttributes,
/external/v8/test/cctest/
H A Dtest-alloc.cc165 static_cast<PropertyAttributes>(0));
/external/clang/include/clang/Sema/
H A DDeclSpec.h748 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr),
756 return ObjCPropertyAttributeKind(PropertyAttributes);
759 PropertyAttributes =
760 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
778 unsigned PropertyAttributes : 12;
/external/llvm/lib/VMCore/
H A DDIBuilder.cpp343 unsigned PropertyAttributes) {
359 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes)
394 unsigned PropertyAttributes,
403 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes),
337 createObjCIVar(StringRef Name, DIFile File, unsigned LineNumber, uint64_t SizeInBits, uint64_t AlignInBits, uint64_t OffsetInBits, unsigned Flags, DIType Ty, StringRef PropertyName, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes) argument
390 createObjCProperty(StringRef Name, DIFile File, unsigned LineNumber, StringRef GetterName, StringRef SetterName, unsigned PropertyAttributes, DIType Ty) argument
/external/v8/src/arm/
H A Dfull-codegen-arm.cc863 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY)
1557 __ mov(r0, Operand(Smi::FromInt(NONE))); // PropertyAttributes
/external/v8/src/ia32/
H A Dfull-codegen-ia32.cc836 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY)
1509 __ push(Immediate(Smi::FromInt(NONE))); // PropertyAttributes

Completed in 719 milliseconds

12