Searched refs:short_descriptor (Results 1 – 1 of 1) sorted by relevance
95 char short_descriptor = *descriptor; in DescriptorToShorty() local96 if (short_descriptor == 'L') { in DescriptorToShorty()103 SLICER_CHECK(short_descriptor == 'L' || PrimitiveTypeName(short_descriptor) != nullptr); in DescriptorToShorty()105 return array_dimensions > 0 ? 'L' : short_descriptor; in DescriptorToShorty()