Home
last modified time | relevance | path

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

12

/external/v8/src/
Dproperty-details.h36 enum PropertyAttributes { enum
80 PropertyDetails(PropertyAttributes attributes,
102 PropertyAttributes attributes() { return AttributesField::decode(value_); } in attributes()
120 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
Dproperty.h94 PropertyAttributes attributes,
110 MapTransitionDescriptor(String* key, Map* map, PropertyAttributes attributes) in MapTransitionDescriptor()
138 PropertyAttributes attributes,
148 PropertyAttributes attributes,
158 PropertyAttributes attributes,
228 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM | in ConstantResult()
274 PropertyAttributes GetAttributes() { in GetAttributes()
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 GetPropertyAttributeWithReceiver(JSReceiver* receiver,
[all …]
Dbootstrapper.cc366 PropertyAttributes attributes; in InstallFunction()
369 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in InstallFunction()
388 PropertyAttributes attribs = static_cast<PropertyAttributes>( in ComputeFunctionInstanceDescriptor()
416 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY); in ComputeFunctionInstanceDescriptor()
533 PropertyAttributes attribs = static_cast<PropertyAttributes>( in ComputeStrictFunctionInstanceDescriptor()
562 attribs = static_cast<PropertyAttributes>(attribs | READ_ONLY); in ComputeStrictFunctionInstanceDescriptor()
815 static const PropertyAttributes attributes = in HookUpInnerGlobal()
816 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE); in HookUpInnerGlobal()
878 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE)); in InitializeGlobal()
918 static_cast<PropertyAttributes>(DONT_ENUM | in InitializeGlobal()
[all …]
Dhandles.h182 PropertyAttributes attributes,
188 PropertyAttributes attributes);
202 PropertyAttributes* attributes);
Dobjects.cc158 PropertyAttributes* attributes) { in GetPropertyWithReceiver()
303 PropertyAttributes* attributes) { in GetPropertyWithFailedAccessCheck()
359 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck( in GetPropertyAttributeWithFailedAccessCheck()
555 PropertyAttributes* attributes) { in GetProperty()
569 PropertyAttributes* attributes) { in GetProperty()
1518 PropertyAttributes attributes) { in AddFastProperty()
1615 PropertyAttributes attributes) { in AddConstantFunctionProperty()
1674 PropertyAttributes attributes) { in AddSlowProperty()
1711 PropertyAttributes attributes, in AddProperty()
1754 PropertyAttributes attributes, in SetPropertyPostInterceptor()
[all …]
Dhandles.cc235 PropertyAttributes attributes, in SetProperty()
249 PropertyAttributes attributes) { in ForceSetProperty()
271 PropertyAttributes attributes, in SetPropertyWithInterceptor()
301 PropertyAttributes* attributes) { in GetPropertyWithInterceptor()
Druntime.cc185 PropertyAttributes attributes = in DeepCopyBoilerplate()
1127 PropertyAttributes attrs; in GetOwnProperty()
1305 PropertyAttributes attributes = global->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
1363 PropertyAttributes attributes = static_cast<PropertyAttributes>(attr); in RUNTIME_FUNCTION()
1373 static_cast<PropertyAttributes>(attr), in RUNTIME_FUNCTION()
1395 PropertyAttributes mode = static_cast<PropertyAttributes>(args.smi_at(2)); in RUNTIME_FUNCTION()
1400 PropertyAttributes attributes; in RUNTIME_FUNCTION()
1499 PropertyAttributes attributes = DONT_DELETE; in RUNTIME_FUNCTION()
1517 PropertyAttributes intercepted = holder->GetPropertyAttribute(*name); in RUNTIME_FUNCTION()
1555 PropertyAttributes attributes = in RUNTIME_FUNCTION()
[all …]
Druntime.h660 PropertyAttributes attr,
668 PropertyAttributes attr);
Dcontexts.cc90 PropertyAttributes* attributes, in Lookup()
Dcontexts.h420 PropertyAttributes* attributes,
Dstub-cache.cc1047 PropertyAttributes* attrs) { in LoadWithInterceptor()
1094 PropertyAttributes attr = NONE; in RUNTIME_FUNCTION()
1107 PropertyAttributes attr; in RUNTIME_FUNCTION()
1125 PropertyAttributes attr = NONE; in RUNTIME_FUNCTION()
Dfactory.h383 PropertyAttributes attributes);
Dfactory.cc836 PropertyAttributes attributes) { in DoCopyInsert()
848 PropertyAttributes attributes) { in CopyAppendForeignDescriptor()
Dic.cc542 PropertyAttributes attr; in LoadFunction()
907 PropertyAttributes attr; in Load()
1142 PropertyAttributes attr; in Load()
Dobjects-inl.h855 PropertyAttributes attributes; in GetProperty()
860 MaybeObject* Object::GetProperty(String* key, PropertyAttributes* attributes) { in GetProperty()
4549 PropertyAttributes JSReceiver::GetPropertyAttribute(String* key) { in GetPropertyAttribute()
4611 PropertyAttributes AccessorInfo::property_attributes() { in property_attributes()
4616 void AccessorInfo::set_property_attributes(PropertyAttributes attributes) { in set_property_attributes()
Dapi.cc1061 obj->set_property_attributes(static_cast<PropertyAttributes>(attributes)); in MakeAccessorInfo()
2744 static_cast<PropertyAttributes>(attribs), in Set()
2787 static_cast<PropertyAttributes>(attribs)); in ForceSet()
2855 PropertyAttributes result = self->GetPropertyAttribute(*key_string); in GetPropertyAttributes()
3140 PropertyAttributes ignored; in GetPropertyByLookup()
/external/clang/include/clang/AST/
DDeclObjC.h1988 unsigned PropertyAttributes : NumPropertyAttrsBits; variable
2005 PropertyAttributes(OBJC_PR_noattr), in ObjCPropertyDecl()
2032 return PropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
2035 PropertyAttributes |= PRVal; in setPropertyAttributes()
2053 PropertyAttributes &= ~OBJC_PR_readonly; in makeitReadWriteAttribute()
2054 PropertyAttributes |= OBJC_PR_readwrite; in makeitReadWriteAttribute()
2061 return (PropertyAttributes & OBJC_PR_readonly); in isReadOnly()
2066 return (PropertyAttributes & OBJC_PR_atomic); in isAtomic()
2071 return (PropertyAttributes & in isRetaining()
2079 if (PropertyAttributes & OBJC_PR_strong) in getSetterKind()
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp984 unsigned PropertyAttributes = 0; in constructTypeDIE() local
986 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readonly; in constructTypeDIE()
988 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_readwrite; in constructTypeDIE()
990 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_assign; in constructTypeDIE()
992 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_retain; in constructTypeDIE()
994 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_copy; in constructTypeDIE()
996 PropertyAttributes |= dwarf::DW_APPLE_PROPERTY_nonatomic; in constructTypeDIE()
997 if (PropertyAttributes) in constructTypeDIE()
999 PropertyAttributes); in constructTypeDIE()
/external/llvm/include/llvm/
DDIBuilder.h218 unsigned PropertyAttributes = 0);
250 unsigned PropertyAttributes,
/external/clang/include/clang/Sema/
DDeclSpec.h760 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr), in ObjCDeclSpec()
768 return ObjCPropertyAttributeKind(PropertyAttributes); in getPropertyAttributes()
771 PropertyAttributes = in setPropertyAttributes()
772 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal); in setPropertyAttributes()
790 unsigned PropertyAttributes : 12; variable
/external/v8/test/cctest/
Dtest-alloc.cc165 static_cast<PropertyAttributes>(0)); in TEST()
/external/llvm/lib/IR/
DDIBuilder.cpp376 unsigned PropertyAttributes) { in createObjCIVar() argument
392 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes) in createObjCIVar()
427 unsigned PropertyAttributes, in createObjCProperty() argument
436 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes), in createObjCProperty()
/external/v8/src/arm/
Dfull-codegen-arm.cc863 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY) in EmitDeclaration()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc836 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY) in EmitDeclaration()

12