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

1 2

  /external/v8/src/
property.h 93 PropertyAttributes attributes,
109 MapTransitionDescriptor(String* key, Map* map, PropertyAttributes attributes)
139 PropertyAttributes attributes,
149 PropertyAttributes attributes,
159 PropertyAttributes attributes,
199 PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM |
232 PropertyAttributes GetAttributes() {
handles.h 190 PropertyAttributes attributes,
196 PropertyAttributes attributes,
202 PropertyAttributes attributes);
216 PropertyAttributes attributes);
223 PropertyAttributes attributes = NONE);
228 PropertyAttributes attributes,
258 PropertyAttributes* attributes);
objects.h 115 enum PropertyAttributes {
135 PropertyDetails(PropertyAttributes attributes,
152 PropertyDetails(PropertyAttributes attributes,
186 PropertyAttributes attributes() { return AttributesField::decode(value_); }
209 class AttributesField: public BitField<PropertyAttributes, 4, 3> {};
    [all...]
bootstrapper.cc 350 PropertyAttributes attributes =
351 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
376 attributes = static_cast<PropertyAttributes>(attributes & ~READ_ONLY);
497 PropertyAttributes attributes = static_cast<PropertyAttributes>(
522 attributes = static_cast<PropertyAttributes>(attributes & ~READ_ONLY);
786 static const PropertyAttributes attributes =
787 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
    [all...]
handles.cc 264 PropertyAttributes attributes,
275 PropertyAttributes attributes,
289 PropertyAttributes attributes) {
322 PropertyAttributes attributes) {
333 PropertyAttributes attributes) {
345 PropertyAttributes attributes,
375 PropertyAttributes attributes;
393 PropertyAttributes* attributes) {
    [all...]
runtime.h 613 PropertyAttributes attr,
621 PropertyAttributes attr);
objects.cc 165 PropertyAttributes* attributes) {
257 PropertyAttributes* attributes) {
315 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck(
491 PropertyAttributes* attributes) {
    [all...]
runtime.cc 150 PropertyAttributes attributes =
    [all...]
contexts.cc 78 int* index_, PropertyAttributes* attributes) {
contexts.h 341 int* index_, PropertyAttributes* attributes);
factory.h 321 PropertyAttributes attributes);
stub-cache.cc     [all...]
factory.cc 707 PropertyAttributes attributes) {
719 PropertyAttributes attributes) {
    [all...]
objects-inl.h 815 PropertyAttributes attributes;
820 MaybeObject* Object::GetProperty(String* key, PropertyAttributes* attributes) {
    [all...]
ic.cc 520 PropertyAttributes attr;
    [all...]
api.cc 910 obj->set_property_attributes(static_cast<PropertyAttributes>(attributes));
    [all...]
  /external/clang/include/clang/AST/
DeclObjC.h     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/v8/test/cctest/
test-alloc.cc 147 static_cast<PropertyAttributes>(0));
  /external/clang/include/clang/Sema/
DeclSpec.h 720 : objcDeclQualifier(DQ_None), PropertyAttributes(DQ_PR_noattr),
728 return ObjCPropertyAttributeKind(PropertyAttributes);
731 PropertyAttributes =
732 (ObjCPropertyAttributeKind)(PropertyAttributes | PRVal);
750 unsigned PropertyAttributes : 12;
    [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 183 /// @param PropertyAttributes Objective C property attributes.
191 unsigned PropertyAttributes = 0);
  /external/llvm/lib/Analysis/
DIBuilder.cpp 340 unsigned PropertyAttributes) {
356 ConstantInt::get(Type::getInt32Ty(VMContext), PropertyAttributes)
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/v8/src/arm/
full-codegen-arm.cc 738 PropertyAttributes attr =
    [all...]
  /external/v8/src/ia32/
full-codegen-ia32.cc 701 PropertyAttributes attr = (mode == Variable::VAR) ? NONE : READ_ONLY;
    [all...]

Completed in 8611 milliseconds

1 2