HomeSort by relevance Sort by last modified time
    Searched refs:PropertyAttributes (Results 1 - 25 of 28) sorted by null

1 2

  /external/v8/src/
property-details.h 36 enum PropertyAttributes {
80 PropertyDetails(PropertyAttributes attributes,
102 PropertyAttributes attributes() { return AttributesField::decode(value_); }
120 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
property.h 94 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() {
handles.h 182 PropertyAttributes attributes,
188 PropertyAttributes attributes);
202 PropertyAttributes* attributes);
objects.h     [all...]
bootstrapper.cc 366 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_ONLY | DONT_DELETE)
    [all...]
contexts.cc 90 PropertyAttributes* attributes,
handles.cc 235 PropertyAttributes attributes,
249 PropertyAttributes attributes) {
271 PropertyAttributes attributes,
301 PropertyAttributes* attributes) {
    [all...]
objects.cc 158 PropertyAttributes* attributes) {
303 PropertyAttributes* attributes) {
359 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck(
555 PropertyAttributes* attributes) {
569 PropertyAttributes* attributes) {
    [all...]
runtime.h 660 PropertyAttributes attr,
668 PropertyAttributes attr);
contexts.h 420 PropertyAttributes* attributes,
runtime.cc 185 PropertyAttributes attributes =
    [all...]
factory.h 383 PropertyAttributes attributes);
stub-cache.cc     [all...]
ic.cc 542 PropertyAttributes attr;
    [all...]
factory.cc 836 PropertyAttributes attributes) {
848 PropertyAttributes attributes) {
    [all...]
objects-inl.h 855 PropertyAttributes attributes;
860 MaybeObject* Object::GetProperty(String* key, PropertyAttributes* attributes) {
    [all...]
api.cc     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 867 unsigned PropertyAttributes = 0;
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);
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/llvm/include/llvm/
DIBuilder.h 186 /// @param PropertyAttributes Objective C property attributes.
194 unsigned PropertyAttributes = 0);
220 /// @param PropertyAttributes Objective C property attributes.
226 unsigned PropertyAttributes,
  /external/v8/test/cctest/
test-alloc.cc 165 static_cast<PropertyAttributes>(0));
  /external/clang/include/clang/Sema/
DeclSpec.h 748 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr),
756 return ObjCPropertyAttributeKind(PropertyAttributes);
759 PropertyAttributes =
760 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
778 unsigned PropertyAttributes : 12;
    [all...]
  /external/llvm/lib/VMCore/
DIBuilder.cpp 343 unsigned PropertyAttributes) {
359 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes)
394 unsigned PropertyAttributes,
403 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes),
    [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 863 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY)
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 836 PropertyAttributes attr = (mode == CONST || mode == CONST_HARMONY)
    [all...]

Completed in 332 milliseconds

1 2