Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Ddex_format.cc59 int array_dimensions = 0; in DescriptorToDecl() local
61 ++array_dimensions; in DescriptorToDecl()
77 for (int i = 0; i < array_dimensions; ++i) { in DescriptorToDecl()
88 int array_dimensions = 0; in DescriptorToShorty() local
90 ++array_dimensions; in DescriptorToShorty()
104 return array_dimensions > 0 ? 'L' : short_descriptor; in DescriptorToShorty()