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