Searched defs:arrayCount (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dutils.cc797 int arrayCount = 0; local
799 arrayCount++;
803 if (arrayCount > 255) {
808 if (arrayCount != 0) {
837 return (arrayCount == 0) && (*s == '\0');

Completed in 185 milliseconds