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

  /dalvik/vm/
Profile.h 75 int gcCount; // #of times an allocation triggered a GC
Profile.cpp 684 gDvm.allocProf.gcCount);
  /dalvik/vm/alloc/
Heap.cpp 170 gDvm.allocProf.gcCount++;
172 self->allocProf.gcCount++;
  /dalvik/vm/native/
dalvik_system_VMDebug.cpp 122 allocProf->gcCount = 0;
192 pResult->i = allocProf->gcCount;

Completed in 59 milliseconds