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

  /external/v8/src/
property-details.h 76 enum PropertyLocation { kField = 0, kDescriptor = 1 };
84 DATA_CONSTANT = (kDescriptor << 1) | kData,
86 ACCESSOR_CONSTANT = (kDescriptor << 1) | kAccessor
  /art/runtime/
utils.cc 762 enum ClassNameType { kName, kDescriptor };
777 if (type != kDescriptor && arrayCount != 0) {
784 type = kDescriptor;
787 if (type == kDescriptor) {
842 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0');
875 return IsValidClassName<kDescriptor, '/'>(s);
    [all...]

Completed in 284 milliseconds