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

  /art/runtime/
runtime_stats.h 45 KIND_GLOBAL_CLASS_INIT_COUNT = KIND_CLASS_INIT_COUNT,
  /libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 61 public static final int KIND_GLOBAL_CLASS_INIT_COUNT =
  /frameworks/base/core/java/android/os/
Debug.java 826 return VMDebug.getAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
834 VMDebug.resetAllocCount(VMDebug.KIND_GLOBAL_CLASS_INIT_COUNT);
    [all...]
  /dalvik/vm/native/
dalvik_system_VMDebug.cpp 90 KIND_GLOBAL_CLASS_INIT_COUNT = KIND_CLASS_INIT_COUNT,

Completed in 116 milliseconds