Searched defs:MethodTraceState (Results 1 – 1 of 1) sorted by relevance
38 struct MethodTraceState { struct40 pthread_mutex_t startStopLock;41 pthread_cond_t threadExitCond;42 FILE* traceFile;43 bool directToDdms;44 int bufferSize;45 int flags;47 int traceEnabled;48 u1* buf;49 volatile int curOffset;[all …]