Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatClassInstance.java310 RegisteredNativeAllocation rna = new RegisteredNativeAllocation(); in asRegisteredNativeAllocation() local
311 rna.referent = referent.asAhatInstance(); in asRegisteredNativeAllocation()
312 rna.size = size.asLong(); in asRegisteredNativeAllocation()
313 return rna; in asRegisteredNativeAllocation()