OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KIND_GLOBAL_CLASS_INIT_COUNT
(Results
1 - 3
of
3
) sorted by null
/dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java
71
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
132
KIND_GLOBAL_CLASS_INIT_COUNT
= KIND_CLASS_INIT_COUNT,
Completed in 14 milliseconds