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