Home
last modified time | relevance | path

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

/aosp12/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatSnapshot.java108 public AhatInstance findInstance(long id) { in findInstance() method in AhatSnapshot
121 AhatInstance inst = findInstance(id); in findClassObj()
/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A 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);
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DBitmapHandler.java42 AhatInstance inst = mSnapshot.findInstance(id); in handle()
H A DObjectHandler.java58 AhatInstance inst = mSnapshot.findInstance(id); in handle()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DNinePatchTexture.java140 private NinePatchInstance findInstance(GLCanvas canvas, int w, int h) { in findInstance() method in NinePatchTexture
163 findInstance(canvas, w, h).draw(canvas, this, x, y); in draw()
/aosp12/art/tools/ahat/etc/
H A Dahat_api.txt117 method public com.android.ahat.heapdump.AhatInstance findInstance(long);