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.c23 #include "alloc/Heap.h"
65 allocating/freeing: Heap.c just wants to say "alloc(n)" and get a ptr
67 Heap.c will use HeapSource.h; HeapSource.c will do the right thing
119 } Heap; typedef in typeref:struct:__anon57
151 Heap heaps[HEAP_SOURCE_MAX_HEAP_COUNT];
213 static inline Heap *
222 const Heap *const heap = &hs->heaps[i];
225 return (Heap *)heap;
241 countAllocation(Heap *heap, const void *ptr, bool isObj)
256 countFree(Heap *hea
[all...]
/dalvik/vm/
H A DDvm.mk136 alloc/Heap.c.arm \

Completed in 399 milliseconds