Lines Matching full:trace
74 * Get an array with the stack trace in it.
130 * Return a trace buffer for the specified thread or NULL if the
132 * non-NULL trace buffer. Caller is responsible for freeing the trace
160 * Suspend the thread, pull out the stack trace, then resume the thread
162 * our own stack trace, skip the suspend/resume.
177 * Retrieve the stack trace of the specified thread and return it as an
193 ArrayObject* trace = dvmGetStackTraceRaw(traceBuf, stackDepth);
195 RETURN_PTR(trace);
201 * Retrieve a partial stack trace of the specified thread and return