Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatSnapshot.java108 public AhatInstance findInstance(long id) { in findInstance() method in AhatSnapshot
121 AhatInstance inst = findInstance(id); in findClassObj()
/art/tools/ahat/src/main/com/android/ahat/
DBitmapHandler.java42 AhatInstance inst = mSnapshot.findInstance(id); in handle()
DObjectHandler.java58 AhatInstance inst = mSnapshot.findInstance(id); in handle()
/art/tools/ahat/src/test/com/android/ahat/
DInstanceTest.java495 AhatInstance str = snapshot.findInstance(0x6fe17050);
507 AhatInstance map = snapshot.findInstance(0x6004fdb8);
520 AhatInstance thread = snapshot.findInstance(0x12c03470);
542 AhatInstance str = snapshot.findInstance(0x500001a8);
553 AhatInstance overhead = snapshot.findInstance(0x12c028d1);
/art/tools/ahat/etc/
Dahat_api.txt117 method public com.android.ahat.heapdump.AhatInstance findInstance(long);