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

  /dalvik/vm/
Profile.h 78 int gcCount; // #of times an allocation triggered a GC
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 473 int gcCount = 0;
491 if (gcCount < gcPerThread) {
493 gcCount++;
521 int gcCount = 0;
535 if (gcCount < gcPerThread) {
537 gcCount++;
    [all...]

Completed in 466 milliseconds