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

  /dalvik/vm/
Misc.h 103 struct DebugOutputTarget {
120 * Fill in a DebugOutputTarget struct.
122 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority,
124 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp);
129 void dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format,
SignalCatcher.cpp 75 static void printProcessName(const DebugOutputTarget* target)
104 DebugOutputTarget target;
152 DebugOutputTarget target;
Misc.cpp 135 * Fill out a DebugOutputTarget, suitable for printing to the log.
137 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority,
149 * Fill out a DebugOutputTarget suitable for printing to a file pointer.
151 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp)
163 void dvmFreeOutputTarget(DebugOutputTarget* target)
171 void dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format,
Thread.h 587 void dvmDumpThreadEx(const DebugOutputTarget* target, Thread* thread,
594 void dvmDumpAllThreadsEx(const DebugOutputTarget* target, bool grabLock);
Thread.cpp     [all...]
  /dalvik/vm/interp/
Stack.h 276 void dvmDumpThreadStack(const DebugOutputTarget* target, Thread* thread);
277 void dvmDumpRunningThreadStack(const DebugOutputTarget* target, Thread* thread);
Stack.cpp     [all...]

Completed in 29 milliseconds