/external/v8/src/ |
D | property-details.h | 36 enum PropertyAttributes { enum 80 PropertyDetails(PropertyAttributes attributes, 102 PropertyAttributes attributes() { return AttributesField::decode(value_); } in attributes() 120 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
|
D | property.h | 94 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()
|
D | objects.h | 923 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 …]
|
D | bootstrapper.cc | 366 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 …]
|
D | handles.h | 182 PropertyAttributes attributes, 188 PropertyAttributes attributes); 202 PropertyAttributes* attributes);
|
D | objects.cc | 158 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 …]
|
D | handles.cc | 235 PropertyAttributes attributes, in SetProperty() 249 PropertyAttributes attributes) { in ForceSetProperty() 271 PropertyAttributes attributes, in SetPropertyWithInterceptor() 301 PropertyAttributes* attributes) { in GetPropertyWithInterceptor()
|
D | runtime.cc | 185 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 …]
|
D | runtime.h | 660 PropertyAttributes attr, 668 PropertyAttributes attr);
|
D | contexts.cc | 90 PropertyAttributes* attributes, in Lookup()
|
D | contexts.h | 420 PropertyAttributes* attributes,
|
D | stub-cache.cc | 1047 PropertyAttributes* attrs) { in LoadWithInterceptor() 1094 PropertyAttributes attr = NONE; in RUNTIME_FUNCTION() 1107 PropertyAttributes attr; in RUNTIME_FUNCTION() 1125 PropertyAttributes attr = NONE; in RUNTIME_FUNCTION()
|
D | factory.h | 383 PropertyAttributes attributes);
|
D | factory.cc | 836 PropertyAttributes attributes) { in DoCopyInsert() 848 PropertyAttributes attributes) { in CopyAppendForeignDescriptor()
|
D | ic.cc | 542 PropertyAttributes attr; in LoadFunction() 907 PropertyAttributes attr; in Load() 1142 PropertyAttributes attr; in Load()
|
D | objects-inl.h | 855 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()
|
D | api.cc | 1061 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/ |
D | DeclObjC.h | 1988 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/ |
D | DwarfCompileUnit.cpp | 984 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/ |
D | DIBuilder.h | 218 unsigned PropertyAttributes = 0); 250 unsigned PropertyAttributes,
|
/external/clang/include/clang/Sema/ |
D | DeclSpec.h | 760 : 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/ |
D | test-alloc.cc | 165 static_cast<PropertyAttributes>(0)); in TEST()
|
/external/llvm/lib/IR/ |
D | DIBuilder.cpp | 376 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/ |
D | full-codegen-arm.cc | 863 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY) in EmitDeclaration()
|
/external/v8/src/ia32/ |
D | full-codegen-ia32.cc | 836 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY) in EmitDeclaration()
|