HomeSort by relevance Sort by last modified time
    Searched refs:AllocationInfo (Results 1 - 7 of 7) sorted by null

  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
AllocationInfo.java 22 public class AllocationInfo implements Comparable<AllocationInfo>, IStackTraceInfo {
31 AllocationInfo(String allocatedClass, int allocationSize,
68 public int compareTo(AllocationInfo otherAlloc) {
ClientData.java 188 private AllocationInfo[] mAllocations;
620 synchronized void setAllocations(AllocationInfo[] allocs) {
628 public synchronized AllocationInfo[] getAllocations() {
HandleHeap.java 515 ArrayList<AllocationInfo> list = new ArrayList<AllocationInfo>(numEntries);
556 list.add(new AllocationInfo(classNames[classNameIndex],
563 client.getClientData().setAllocations(list.toArray(new AllocationInfo[numEntries]));
574 private static void dumpRecords(AllocationInfo[] records) {
577 for (AllocationInfo rec: records) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 19 import com.android.ddmlib.AllocationInfo;
85 * {@link AllocationInfo}.
90 AllocationInfo[] allocs = ((Client)inputElement).getClientData().getAllocations();
110 * of type {@link AllocationInfo}.
119 if (element instanceof AllocationInfo) {
120 AllocationInfo alloc = (AllocationInfo)element;
253 AllocationInfo selectedAlloc = getAllocationSelection(event.getSelection());
407 AllocationInfo selectedAlloc = getAllocationSelection(null);
422 private void updateAllocationStackTrace(AllocationInfo alloc)
    [all...]
  /external/v8/src/
spaces.h 90 class AllocationInfo;
740 class AllocationInfo {
    [all...]
spaces-inl.h 257 HeapObject* PagedSpace::AllocateLinearly(AllocationInfo* alloc_info,
321 AllocationInfo* alloc_info) {
spaces.cc 759 void PagedSpace::SetAllocationInfo(AllocationInfo* alloc_info, Page* p) {
    [all...]

Completed in 151 milliseconds