Searched refs:shorty (Results 1 – 1 of 1) sorted by relevance
155 constexpr bool IsValidJniDescriptorStart(char shorty) { in IsValidJniDescriptorStart() argument160 if (c == shorty) { in IsValidJniDescriptorStart()281 constexpr char shorty() { in shorty() function814 char shorty = type_descriptor.size() >= 1 ? type_descriptor[0] : '\0'; in DEFINE_JNI_TYPE_TRAIT() local815 if (shorty == 'L') { in DEFINE_JNI_TYPE_TRAIT()