Searched refs:DebugOutputTarget (Results 1 – 9 of 9) sorted by relevance
/dalvik/vm/ |
D | Misc.h | 103 struct 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,
|
D | JniInternal.h | 168 struct DebugOutputTarget; 169 void dvmDumpJniStats(DebugOutputTarget* target);
|
D | SignalCatcher.cpp | 75 static void printProcessName(const DebugOutputTarget* target) in printProcessName() 104 DebugOutputTarget target; in logThreadStacks() 153 DebugOutputTarget target; in handleSigQuit()
|
D | Misc.cpp | 137 void dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority, in dvmCreateLogOutputTarget() 151 void dvmCreateFileOutputTarget(DebugOutputTarget* target, FILE* fp) in dvmCreateFileOutputTarget() 163 void dvmFreeOutputTarget(DebugOutputTarget* target) in dvmFreeOutputTarget() 171 void dvmPrintDebugMessage(const DebugOutputTarget* target, const char* format, in dvmPrintDebugMessage()
|
D | Thread.h | 596 void dvmDumpThreadEx(const DebugOutputTarget* target, Thread* thread, 603 void dvmDumpAllThreadsEx(const DebugOutputTarget* target, bool grabLock);
|
D | Thread.cpp | 3121 DebugOutputTarget target; in dvmDumpThread() 3224 static void dumpSchedStat(const DebugOutputTarget* target, pid_t tid) { in dumpSchedStat() 3316 void dvmDumpThreadEx(const DebugOutputTarget* target, Thread* thread, in dvmDumpThreadEx() 3421 static void dumpNativeThread(const DebugOutputTarget* target, pid_t tid) { in dumpNativeThread() 3476 DebugOutputTarget target; in dvmDumpAllThreads() 3489 void dvmDumpAllThreadsEx(const DebugOutputTarget* target, bool grabLock) in dvmDumpAllThreadsEx()
|
D | Jni.cpp | 625 void dvmDumpJniStats(DebugOutputTarget* target) { in dvmDumpJniStats()
|
/dalvik/vm/interp/ |
D | Stack.h | 276 void dvmDumpThreadStack(const DebugOutputTarget* target, Thread* thread); 277 void dvmDumpRunningThreadStack(const DebugOutputTarget* target, Thread* thread); 278 void dvmDumpNativeStack(const DebugOutputTarget* target, pid_t tid);
|
D | Stack.cpp | 1156 static void printWaitMessage(const DebugOutputTarget* target, const char* detail, Object* obj, in printWaitMessage() 1187 static void dumpFrames(const DebugOutputTarget* target, void* framePtr, in dumpFrames() 1306 void dvmDumpThreadStack(const DebugOutputTarget* target, Thread* thread) in dvmDumpThreadStack() 1322 void dvmDumpRunningThreadStack(const DebugOutputTarget* target, Thread* thread) in dvmDumpRunningThreadStack() 1389 void dvmDumpNativeStack(const DebugOutputTarget* target, pid_t tid) in dvmDumpNativeStack()
|