Home | History | Annotate | Download | only in hprof

Lines Matching full:frame

47         method = stackFrameEntry->frame.method;
95 * If the 'live' bit is 0, the frame is not in use by any current
110 /* Only hash the 'frame' portion of the StackFrameEntry. */
115 const char *cp = (char *) &stackFrameEntry->frame;
124 /* Only compare the 'frame' portion of the StackFrameEntry. */
128 return memcmp(&((StackFrameEntry *)tableItem)->frame,
129 &((StackFrameEntry *) looseItem)->frame, sizeof(StackFrame));
169 /* Mark the frame as live (in use by an object in the current heap). */
201 method = stackFrameEntry->frame.method;
202 pc = stackFrameEntry->frame.pc;
212 /* STACK FRAME format:
214 * ID: ID for this stack frame
221 * We use the address of the stack frame as its ID.