Lines Matching refs:stack
184 // dump of itself (when both its context and its stack are in flux),
185 // processing that stack wouldn't provide much useful data.
214 // would not result in the expected stack trace from the time of the
222 // If the memory region for the stack cannot be read using the RVA stored
224 // a memory region (containing the stack) from the minidump memory list.
252 scoped_ptr<CallStack> stack(new CallStack());
254 if (!stackwalker->Walk(stack.get(),
267 process_state->threads_.push_back(stack.release());