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

  /art/runtime/native/
dalvik_system_VMDebug.cc 295 heap->CountInstances(classes, countAssignable, &count);
317 // Heap::CountInstances can handle null and will put 0 for these classes.
318 heap->CountInstances(classes, countAssignable, &counts[0]);
  /art/runtime/gc/
heap.h 338 void CountInstances(const std::vector<Handle<mirror::Class>>& classes,
    [all...]
heap.cc     [all...]
  /art/runtime/
debugger.cc 905 heap->CountInstances(classes, false, &(*counts)[0]);
    [all...]

Completed in 387 milliseconds