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

1 2 3

  /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);
  /external/chromium_org/v8/src/
property-details.h 36 enum PropertyAttributes {
169 PropertyDetails(PropertyAttributes attributes,
180 PropertyDetails(PropertyAttributes attributes,
197 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) {
199 static_cast<PropertyAttributes>(attributes() | new_attributes);
217 PropertyAttributes attributes() const {
248 class AttributesField: public BitField<PropertyAttributes, 3, 3> {};
269 PropertyDetails(int value, PropertyAttributes attributes) {
property.h 86 PropertyAttributes attributes,
102 PropertyAttributes attributes,
113 PropertyAttributes attributes)
123 PropertyAttributes attributes)
266 PropertyAttributes GetAttributes() {
objects.h     [all...]
accessors.h 89 Handle<String> name, int index, PropertyAttributes attributes);
elements.h 79 MUST_USE_RESULT virtual PropertyAttributes GetAttributes(
bootstrapper.cc 378 PropertyAttributes attributes;
381 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
410 PropertyAttributes attribs = static_cast<PropertyAttributes>(
433 attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
548 PropertyAttributes rw_attribs =
549 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
550 PropertyAttributes ro_attribs =
551 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
573 PropertyAttributes attribs
    [all...]
handles.h 235 PropertyAttributes attributes,
241 PropertyAttributes attributes);
objects.cc 149 PropertyAttributes* attributes) {
503 PropertyAttributes* attributes) {
561 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck(
788 PropertyAttributes* attributes) {
803 PropertyAttributes* attributes) {
816 PropertyAttributes* attributes) {
    [all...]
runtime.h 772 PropertyAttributes attr,
780 PropertyAttributes attr,
788 PropertyAttributes attr);
contexts.cc 100 PropertyAttributes* attributes,
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/llvm/include/llvm/
DIBuilder.h 224 /// @param PropertyAttributes Objective C property attributes.
232 unsigned PropertyAttributes = 0);
258 /// @param PropertyAttributes Objective C property attributes.
264 unsigned PropertyAttributes,
    [all...]
  /external/chromium_org/v8/test/cctest/
test-alloc.cc 147 static_cast<PropertyAttributes>(0));
  /external/v8/test/cctest/
test-alloc.cc 165 static_cast<PropertyAttributes>(0));
  /external/clang/include/clang/Sema/
DeclSpec.h 777 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr),
785 return ObjCPropertyAttributeKind(PropertyAttributes);
788 PropertyAttributes =
789 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
807 unsigned PropertyAttributes : 12;
    [all...]

Completed in 734 milliseconds

1 2 3