Searched refs:HprofFormatException (Results 1 – 5 of 5) sorted by relevance
23 public class HprofFormatException extends Exception { class24 HprofFormatException(String msg) { in HprofFormatException() method in HprofFormatException28 HprofFormatException(String msg, Exception cause) { in HprofFormatException() method in HprofFormatException
131 throw new HprofFormatException("Unexpected end of file", e); in parse()145 throws IOException, HprofFormatException { in parseHeapDump()159 throws IOException, HprofFormatException { in parseHeapDump()436 throw new HprofFormatException( in parseInternal()564 throw new HprofFormatException( in parseInternal()848 public T get(long key) throws HprofFormatException { in get()855 throw new HprofFormatException(String.format( in get()893 public T get(long key) throws HprofFormatException { in get()896 throw new HprofFormatException(String.format( in get()1020 public Type getType() throws HprofFormatException { in getType()[all …]
24 import com.android.ahat.heapdump.HprofFormatException;131 } catch (HprofFormatException e) { in load()141 } catch (HprofFormatException e) { in load()
21 import com.android.ahat.heapdump.HprofFormatException;74 } catch (HprofFormatException e) { in loadHeapDump()
175 public class HprofFormatException {182 …m.android.ahat.heapdump.AhatSnapshot parse() throws com.android.ahat.heapdump.HprofFormatException;183 …File, com.android.ahat.proguard.ProguardMap) throws com.android.ahat.heapdump.HprofFormatException;184 …ffer, com.android.ahat.proguard.ProguardMap) throws com.android.ahat.heapdump.HprofFormatException;