HomeSort by relevance Sort by last modified time
    Searched defs:idSize (Results 1 - 2 of 2) sorted by null

  /dalvik/hit/src/com/android/hit/
ArrayInstance.java 46 int idSize = Types.getTypeSize(mType);
56 if (idSize == 4) {
101 int idSize = Types.getTypeSize(mType);
112 if (idSize == 4) {
145 int idSize = Types.getTypeSize(mType);
160 if (idSize == 4) {
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofReader.java 137 int idSize = in.readInt();
139 System.out.println("\tidSize=" + idSize);
141 if (idSize != BinaryHprof.ID_SIZE) {
142 throw new MalformedHprofException("Unsupported identifier size: " + idSize);

Completed in 1138 milliseconds