Home
last modified time | relevance | path

Searched refs:frames (Results 1 – 4 of 4) sorted by relevance

/dalvik/hit/src/com/android/hit/
DStackTrace.java37 public StackTrace(int serial, int thread, StackFrame[] frames) { in StackTrace() argument
40 mFrames = frames; in StackTrace()
DHprofParser.java225 StackFrame[] frames = new StackFrame[numFrames]; in loadStackTrace() local
228 frames[i] = mState.getStackFrame(readId()); in loadStackTrace()
232 frames); in loadStackTrace()
/dalvik/tools/dmtracedump/
DCreateTestTrace.c80 dataRecord **frames; member
166 callStack[ii].frames = NULL; in parseInputFile()
199 if (callStack[threadId].frames == NULL) { in parseInputFile()
202 callStack[threadId].frames = stk; in parseInputFile()
261 callStack[threadId].frames[indentLevel] = &records[nextRecord]; in parseInputFile()
264 if (callStack[threadId].frames[indentLevel - 1] == NULL) { in parseInputFile()
267 callStack[threadId].frames[indentLevel - 1] = &records[nextRecord]; in parseInputFile()
276 char *name = callStack[threadId].frames[indentLevel - 1]->fullName; in parseInputFile()
284 callStack[threadId].frames[indentLevel - 1]->fullName); in parseInputFile()
305 callStack[threadId].frames[indentLevel] = &records[nextRecord]; in parseInputFile()
/dalvik/dx/etc/
Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr ...