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

  /dalvik/vm/
Thread.cpp 293 gDvm.threadList = thread;
307 if (gDvm.threadList != NULL) {
314 freeThread(gDvm.threadList);
315 gDvm.threadList = NULL;
540 target = gDvm.threadList;
598 target = gDvm.threadList;
635 target = gDvm.threadList;
657 self = gDvm.threadList;
690 thread = gDvm.threadList;
    [all...]
Ddm.cpp 232 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
368 for (thread = gDvm.threadList; thread != NULL; thread = thread->next)
385 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
434 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
Profile.cpp 278 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
290 for (Thread* thread = gDvm.threadList; thread != NULL; thread = thread->next) {
Globals.h 438 Thread* threadList;
Debugger.cpp     [all...]
Init.cpp     [all...]
Sync.cpp     [all...]
  /dalvik/vm/native/
dalvik_system_VMStack.cpp 148 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
  /dalvik/vm/alloc/
Visit.cpp 188 thread = gDvm.threadList;
Copying.cpp     [all...]
  /dalvik/vm/compiler/
Compiler.cpp 273 for (thread = gDvm.threadList; thread != NULL; thread = thread->next) {
  /dalvik/vm/interp/
Interp.cpp     [all...]
Jit.cpp     [all...]

Completed in 76 milliseconds