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

1 2 3

  /external/v8/src/
property.h 36 int field_index, PropertyAttributes attributes,
40 PropertyAttributes attributes,
46 PropertyAttributes attributes);
50 PropertyAttributes attributes);
53 PropertyAttributes attributes);
65 PropertyAttributes attributes, PropertyLocation location,
api-natives.h 49 PropertyAttributes attributes);
53 PropertyAttributes attributes);
59 PropertyAttributes attributes);
property.cc 17 const PropertyAttributes& attributes) {
29 PropertyKind kind, PropertyAttributes attributes,
48 int field_index, PropertyAttributes attributes,
55 PropertyAttributes attributes,
66 PropertyAttributes attributes) {
74 PropertyAttributes attributes) {
89 PropertyAttributes attributes) {
transitions.h 57 PropertyAttributes attributes);
86 PropertyAttributes attributes);
300 int Search(PropertyKind kind, Name* name, PropertyAttributes attributes,
311 PropertyAttributes attributes, int* out_insertion_index);
324 PropertyAttributes attributes1, Name* key2,
326 PropertyAttributes attributes2);
336 PropertyAttributes attributes1,
338 PropertyAttributes attributes2);
map-updater.h 53 PropertyAttributes attributes,
162 PropertyAttributes new_attributes_ = NONE;
property-details.h 18 enum PropertyAttributes {
46 // Enable fast comparisons of PropertyAttributes against PropertyFilters.
236 PropertyDetails(PropertyKind kind, PropertyAttributes attributes,
245 PropertyDetails(PropertyKind kind, PropertyAttributes attributes,
284 PropertyDetails CopyAddAttributes(PropertyAttributes new_attributes) const {
286 static_cast<PropertyAttributes>(attributes() | new_attributes);
306 PropertyAttributes attributes() const {
342 : public BitField<PropertyAttributes, ConstnessField::kNext, 3> {};
401 PropertyDetails(int value, PropertyAttributes attributes) {
426 const PropertyAttributes& attributes)
    [all...]
property-descriptor.h 109 PropertyAttributes ToAttributes() {
110 return static_cast<PropertyAttributes>(
transitions-inl.h 160 PropertyAttributes attributes1, Name* key2,
162 PropertyAttributes attributes2) {
180 PropertyAttributes attributes1,
182 PropertyAttributes attributes2) {
lookup.h 162 PropertyAttributes attributes,
167 PropertyAttributes attributes);
171 PropertyAttributes attributes);
173 PropertyAttributes attributes);
178 PropertyAttributes property_attributes() const {
bootstrapper.cc 398 PropertyAttributes attributes = DONT_ENUM) {
404 PropertyAttributes attributes = DONT_ENUM) {
442 PropertyAttributes attributes) {
456 PropertyAttributes attributes = DONT_ENUM;
481 PropertyAttributes attrs = DONT_ENUM,
495 PropertyAttributes attrs = DONT_ENUM,
504 PropertyAttributes attrs = DONT_ENUM,
516 PropertyAttributes attrs = DONT_ENUM,
537 PropertyAttributes attribs) {
592 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY))
    [all...]
transitions.cc 211 PropertyAttributes attributes) {
251 PropertyAttributes attributes = name->IsPrivate() ? DONT_ENUM : NONE;
300 PropertyAttributes attributes) {
560 PropertyAttributes attributes,
584 PropertyAttributes attributes,
600 PropertyAttributes attributes = NONE;
613 PropertyAttributes temp_attributes = NONE;
api-natives.cc 65 Handle<Object> getter, Handle<Object> setter, PropertyAttributes attributes,
98 PropertyAttributes attributes) {
107 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
238 PropertyAttributes attributes = details.attributes();
258 PropertyAttributes attributes = details.attributes();
579 PropertyAttributes attributes) {
589 PropertyAttributes attributes) {
604 PropertyAttributes attributes) {
elements.h 41 // specified the PropertyAttributes of the element at the given index
44 // PropertyAttributes associated, hence the |filter| argument is ignored for
123 Handle<Object> value, PropertyAttributes attributes,
208 PropertyAttributes attributes) = 0;
contexts.cc 169 static PropertyAttributes GetAttributesForMode(VariableMode mode) {
175 int* index, PropertyAttributes* attributes,
243 Maybe<PropertyAttributes> maybe = Nothing<PropertyAttributes>();
261 maybe = Nothing<PropertyAttributes>();
objects.h     [all...]
  /external/v8/src/objects/
api-callbacks.h 56 inline PropertyAttributes initial_property_attributes() const;
57 inline void set_initial_property_attributes(PropertyAttributes attributes);
99 V(InitialAttributesBits, PropertyAttributes, 3, _)
literal-objects.cc 339 PropertyAttributes attribs) {
469 PropertyAttributes attribs =
470 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
476 PropertyAttributes attribs =
477 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
482 PropertyAttributes attribs =
483 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
570 PropertyAttributes attribs =
571 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
map.h 504 PropertyAttributes new_attributes,
663 Handle<FieldType> type, PropertyAttributes attributes,
669 Handle<Object> constant, PropertyAttributes attributes,
    [all...]
descriptor-array.h 108 PropertyAttributes attributes, int slack = 0);
js-proxy.h 99 V8_WARN_UNUSED_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
  /external/v8/src/runtime/
runtime-utils.h 94 // Cast the given argument to PropertyAttributes and store its value in a
100 PropertyAttributes name = static_cast<PropertyAttributes>(args.smi_at(index));
runtime-scopes.cc 47 Handle<Object> value, PropertyAttributes attr, bool is_var,
72 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
76 PropertyAttributes old_attributes = maybe.FromJust();
183 isolate, global, name, value, static_cast<PropertyAttributes>(attr),
227 PropertyAttributes attributes;
649 Maybe<PropertyAttributes> maybe = JSReceiver::GetPropertyAttributes(&it);
762 PropertyAttributes attributes;
798 PropertyAttributes attributes;
    [all...]
runtime-forin.cc 49 Maybe<PropertyAttributes> result = Just(ABSENT);
  /external/clang/include/clang/AST/
DeclObjC.h 736 unsigned PropertyAttributes : NumPropertyAttrsBits;
754 PropertyAttributes(OBJC_PR_noattr),
793 return PropertyAttributeKind(PropertyAttributes);
796 PropertyAttributes |= PRVal;
799 PropertyAttributes = PRVal;
814 return (PropertyAttributes & OBJC_PR_readonly);
819 return (PropertyAttributes & OBJC_PR_atomic);
824 return (PropertyAttributes &
829 bool isClassProperty() const { return PropertyAttributes & OBJC_PR_class; }
843 if (PropertyAttributes & OBJC_PR_strong
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]

Completed in 1307 milliseconds

1 2 3