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

  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 70 public static final int KIND_GLOBAL_CLASS_INIT_COUNT =
  /frameworks/base/core/java/android/os/
Debug.java 548 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
598 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
    [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.c 160 KIND_GLOBAL_CLASS_INIT_COUNT = KIND_CLASS_INIT_COUNT,

Completed in 29 milliseconds