Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatSnapshot.java58 AhatInstance.RegisteredNativeAllocation nra = inst.asRegisteredNativeAllocation(); in AhatSnapshot() local
59 if (nra != null) { in AhatSnapshot()
60 nra.referent.addRegisteredNativeSize(nra.size); in AhatSnapshot()