OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNativeAllocations
(Results
1 - 4
of
4
) sorted by null
/art/tools/ahat/test/
NativeAllocationTest.java
33
for (InstanceUtils.NativeAllocation alloc : snapshot.
getNativeAllocations
()) {
/art/tools/ahat/src/
OverviewHandler.java
52
List<InstanceUtils.NativeAllocation> allocs = mSnapshot.
getNativeAllocations
();
NativeAllocationsHandler.java
35
List<InstanceUtils.NativeAllocation> allocs = mSnapshot.
getNativeAllocations
();
AhatSnapshot.java
270
public List<InstanceUtils.NativeAllocation>
getNativeAllocations
() {
Completed in 625 milliseconds