Searched refs:shorty (Results 1 – 1 of 1) sorted by relevance
154 constexpr bool IsValidJniDescriptorStart(char shorty) { in IsValidJniDescriptorStart() argument159 if (c == shorty) { in IsValidJniDescriptorStart()280 constexpr char shorty() { in shorty() function813 char shorty = type_descriptor.size() >= 1 ? type_descriptor[0] : '\0'; in DEFINE_JNI_TYPE_TRAIT() local814 if (shorty == 'L') { in DEFINE_JNI_TYPE_TRAIT()