HomeSort by relevance Sort by last modified time
    Searched refs:kDescriptor (Results 1 - 16 of 16) sorted by null

  /external/v8/src/
property.h 43 return Descriptor(key, value, kData, attributes, kDescriptor, kConst,
53 return Descriptor(key, foreign, kAccessor, attributes, kDescriptor, kConst,
property.cc 52 return Descriptor(key, value, kData, attributes, kDescriptor, kConst,
map-updater.cc 43 DCHECK_EQ(kDescriptor, new_location_);
46 DCHECK_EQ(kDescriptor, GetDetails(descriptor).location());
315 // kDescriptor: Check that the value matches.
441 : kDescriptor;
478 DCHECK_EQ(kDescriptor, next_location);
525 DCHECK_EQ(kDescriptor, next_location);
632 old_details.location() == kDescriptor && new_location_ == kField,
property-details.h 75 enum PropertyLocation { kField = 0, kDescriptor = 1 };
402 // kField location is more general than kDescriptor, kDescriptor generalizes
405 return b == kField || a == kDescriptor;
property-descriptor.cc 76 DCHECK_EQ(kDescriptor, details.location());
lookup.cc 662 DCHECK_EQ(kDescriptor, property_details_.location());
671 DCHECK_EQ(kDescriptor, property_details_.location());
748 DCHECK_EQ(kDescriptor, property_details_.location());
    [all...]
objects-printer.cc 293 case kDescriptor:
    [all...]
objects.cc     [all...]
bootstrapper.cc     [all...]
objects-inl.h     [all...]
  /art/runtime/
utils.cc 556 enum ClassNameType { kName, kDescriptor };
571 if (type != kDescriptor && arrayCount != 0) {
578 type = kDescriptor;
581 if (type == kDescriptor) {
636 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0');
669 return IsValidClassName<kDescriptor, '/'>(s);
  /system/nvram/messages/include/nvram/messages/
proto.hpp 354 static constexpr FieldDescriptor kDescriptor =
367 FieldDescriptorBuilder<indices>::kDescriptor...};
  /external/v8/src/compiler/
access-info.cc 354 DCHECK_EQ(kDescriptor, details.location());
  /external/v8/src/ic/
ic.cc     [all...]
  /external/v8/src/crankshaft/
hydrogen.h     [all...]
  /external/v8/src/profiler/
heap-snapshot-generator.cc     [all...]

Completed in 2109 milliseconds