Searched refs:Heap (Results 1 - 6 of 6) sorted by relevance

/dalvik/hit/src/com/android/hit/
H A DState.java30 HashMap<Integer, Heap> mHeaps;
31 Heap mCurrentHeap;
34 mHeaps = new HashMap<Integer, Heap>();
38 public Heap setToDefaultHeap() {
42 public Heap setHeapTo(int id, String name) {
43 Heap heap = mHeaps.get(id);
46 heap = new Heap(name);
56 public Heap getHeap(int id) {
60 public Heap getHeap(String name) {
61 for (Heap hea
[all...]
H A DInstance.java33 Heap mHeap;
89 public void setHeap(Heap heap) {
H A DQueries.java78 for (Heap heap: state.mHeaps.values()) {
202 for (Heap heap: state.mHeaps.values()) {
212 for (Heap newHeap: newer.mHeaps.values()) {
213 Heap oldHeap = older.getHeap(newHeap.mName);
H A DHeap.java22 public class Heap { class
47 public Heap(String name) { method in class:Heap
/dalvik/vm/alloc/
H A DHeapSource.cpp26 #include "alloc/Heap.h"
62 struct Heap { struct
151 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT];
254 static Heap *ptr2heap(const HeapSource *hs, const void *ptr)
260 const Heap *const heap = &hs->heaps[i];
263 return (Heap *)heap;
278 static void countAllocation(Heap *heap, const void *ptr)
291 static void countFree(Heap *heap, const void *ptr, size_t *numBytes)
334 Heap* heap = NULL;
395 static bool remapNewHeap(HeapSource* hs, Heap* newHea
[all...]
/dalvik/vm/
H A DDvm.mk122 alloc/Heap.cpp.arm \

Completed in 103 milliseconds