Home
last modified time | relevance | path

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

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DHprofFormatException.java23 public class HprofFormatException extends Exception { class
24 HprofFormatException(String msg) { in HprofFormatException() method in HprofFormatException
28 HprofFormatException(String msg, Exception cause) { in HprofFormatException() method in HprofFormatException
H A DParser.java131 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 …]
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DTestDump.java24 import com.android.ahat.heapdump.HprofFormatException;
131 } catch (HprofFormatException e) { in load()
141 } catch (HprofFormatException e) { in load()
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DMain.java21 import com.android.ahat.heapdump.HprofFormatException;
74 } catch (HprofFormatException e) { in loadHeapDump()
/aosp12/art/tools/ahat/etc/
H A Dahat_api.txt175 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;