Searched refs:MalformedHprofException (Results 1 – 3 of 3) sorted by relevance
21 public final class MalformedHprofException extends IOException { class25 MalformedHprofException(String message) { in MalformedHprofException() method in MalformedHprofException28 MalformedHprofException(String message, Throwable cause) { in MalformedHprofException() method in MalformedHprofException31 MalformedHprofException(Throwable cause) { in MalformedHprofException() method in MalformedHprofException
128 throw new MalformedHprofException("Could not find HPROF version"); in parseVersion()142 throw new MalformedHprofException("Unsupported identifier size: " + idSize); in parseIdSize()182 throw new MalformedHprofException(error); in parseRecord()258 throw new MalformedHprofException("Duplicate string id: " + stringId); in parseStringInUtf8()290 throw new MalformedHprofException("Duplicate class id: " + classId); in parseLoadClass()305 throw new MalformedHprofException("Unknown string id " + id); in readString()314 throw new MalformedHprofException("Unknown class id " + id); in readClass()370 throw new MalformedHprofException("Duplicate stack frame id: " + stackFrameId); in parseStackFrame()385 throw new MalformedHprofException("Expected stack trace record of size " in parseStackTrace()399 throw new MalformedHprofException("Unknown stack frame id " + stackFrameId); in parseStackTrace()[all …]
352 dalvik/src/main/java/dalvik/system/profiler/MalformedHprofException.java \