Home
last modified time | relevance | path

Searched refs:array_dimensions (Results 1 – 1 of 1) sorted by relevance

/tools/dexter/slicer/
Ddex_format.cc68 int array_dimensions = 0; in DescriptorToDecl() local
70 ++array_dimensions; in DescriptorToDecl()
86 for (int i = 0; i < array_dimensions; ++i) { in DescriptorToDecl()
97 int array_dimensions = 0; in DescriptorToShorty() local
99 ++array_dimensions; in DescriptorToShorty()
113 return array_dimensions > 0 ? 'L' : short_descriptor; in DescriptorToShorty()