OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kinds
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/native/
dalvik_system_VMDebug.c
162
unsigned int
kinds
)
164
if (
kinds
& KIND_ALLOCATED_OBJECTS) {
167
if (
kinds
& KIND_ALLOCATED_BYTES) {
170
if (
kinds
& KIND_FREED_OBJECTS) {
173
if (
kinds
& KIND_FREED_BYTES) {
176
if (
kinds
& KIND_GC_INVOCATIONS) {
179
if (
kinds
& KIND_CLASS_INIT_COUNT) {
182
if (
kinds
& KIND_CLASS_INIT_TIME) {
186
if (
kinds
& KIND_EXT_ALLOCATED_OBJECTS) {
189
if (
kinds
& KIND_EXT_ALLOCATED_BYTES)
306
unsigned int
kinds
= args[0];
local
[
all
...]
/prebuilt/common/ecj/
ecj.jar
Completed in 319 milliseconds