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

/dalvik/vm/
H A DMisc.h103 struct DebugOutputTarget { struct
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,
H A DSignalCatcher.cpp75 static void printProcessName(const DebugOutputTarget* target)
104 DebugOutputTarget target;
152 DebugOutputTarget target;
H A DMisc.cpp135 * 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,
H A DThread.h591 void dvmDumpThreadEx(const DebugOutputTarget* target, Thread* thread,
598 void dvmDumpAllThreadsEx(const DebugOutputTarget* target, bool grabLock);
H A DThread.cpp3111 DebugOutputTarget target;
3214 static void dumpSchedStat(const DebugOutputTarget* target, pid_t tid) {
3276 void dvmDumpThreadEx(const DebugOutputTarget* target, Thread* thread,
3390 static void dumpNativeThread(const DebugOutputTarget* target, pid_t tid) {
3445 DebugOutputTarget target;
3458 void dvmDumpAllThreadsEx(const DebugOutputTarget* target, bool grabLock)
/dalvik/vm/interp/
H A DStack.h276 void dvmDumpThreadStack(const DebugOutputTarget* target, Thread* thread);
277 void dvmDumpRunningThreadStack(const DebugOutputTarget* target, Thread* thread);
278 void dvmDumpNativeStack(const DebugOutputTarget* target, pid_t tid);
H A DStack.cpp1156 static void printWaitMessage(const DebugOutputTarget* target, const char* detail, Object* obj,
1187 static void dumpFrames(const DebugOutputTarget* target, void* framePtr,
1303 void dvmDumpThreadStack(const DebugOutputTarget* target, Thread* thread)
1319 void dvmDumpRunningThreadStack(const DebugOutputTarget* target, Thread* thread)
1386 void dvmDumpNativeStack(const DebugOutputTarget* target, pid_t tid)

Completed in 5211 milliseconds