Searched refs:getLength (Results 1 – 7 of 7) sorted by relevance
188 int length = getLength(); in getExtraJavaSize()193 return Value.getType(mValues.get(0)).size(mRefSize) * getLength(); in getExtraJavaSize()201 public int getLength() { in getLength() method in AhatArrayInstance267 return asString(0, getLength(), maxChars); in asString()
123 int numChars = chars.getLength(); in asString()
112 mArrayLength = array == null ? 0 : array.getLength(); in Key()
45 if (array.length != Array.getLength(intArray) || in testSingleInt()67 if (Array.getLength(intArray) != 0) in testSingleInt()182 if (array.length != Array.getLength(strArray) || in testSingle()
208 int array_length = Array.getLength(elementArrayValue); in checkDexFileInClassLoader()
828 int length = Array.getLength(val); in valueToString()
41 method public int getLength();