Searched defs:kDescriptor (Results 1 - 1 of 1) sorted by last modified time

/art/runtime/
H A Dutils.cc762 enum ClassNameType { kName, kDescriptor }; enumerator in enum:art::ClassNameType
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);

Completed in 46 milliseconds