Home
last modified time | relevance | path

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

/art/tools/ahat/src/
DInstanceUtils.java99 int numChars = chars.getValues().length; in asString() local
100 int count = getIntField(inst, "count", numChars); in asString()
110 if (offset >= 0 && offset < numChars && end >= 0 && end < numChars) { in asString()