Searched refs:KIND_ALLOCATED_OBJECTS (Results 1 - 1 of 1) sorted by relevance

/dalvik/vm/native/
H A Ddalvik_system_VMDebug.cpp71 KIND_ALLOCATED_OBJECTS = 1<<0, enumerator in enum:__anon120
85 KIND_GLOBAL_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS,
93 KIND_THREAD_ALLOCATED_OBJECTS = KIND_ALLOCATED_OBJECTS << 16,
111 if (kinds & KIND_ALLOCATED_OBJECTS) {
181 case KIND_ALLOCATED_OBJECTS:

Completed in 111 milliseconds