OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DebugOutputTarget
(Results
1 - 9
of
9
) 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,
JniInternal.h
168
struct
DebugOutputTarget
;
169
void dvmDumpJniStats(
DebugOutputTarget
* target);
SignalCatcher.cpp
75
static void printProcessName(const
DebugOutputTarget
* target)
104
DebugOutputTarget
target;
153
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
596
void dvmDumpThreadEx(const
DebugOutputTarget
* target, Thread* thread,
603
void dvmDumpAllThreadsEx(const
DebugOutputTarget
* target, bool grabLock);
Thread.cpp
[
all
...]
Jni.cpp
625
void dvmDumpJniStats(
DebugOutputTarget
* target) {
[
all
...]
/dalvik/vm/interp/
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);
Stack.cpp
[
all
...]
Completed in 266 milliseconds