Home
last modified time | relevance | path

Searched refs:kDescriptor (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dutils.cc795 enum ClassNameType { kName, kDescriptor }; enumerator
815 type = kDescriptor; in IsValidClassName()
818 if (type == kDescriptor) { in IsValidClassName()
873 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0'); in IsValidClassName()
906 return IsValidClassName(s, kDescriptor, '/'); in IsValidDescriptor()