Lines Matching full:stack
166 // Create method enter events for all methods current on the thread's stack.
248 std::deque<instrumentation::InstrumentationStackFrame>* stack = thread->GetInstrumentationStack();
249 if (stack->size() > 0) {
254 CHECK_EQ(visitor.frames_removed_, stack->size());
255 while (stack->size() > 0) {
256 stack->pop_front();
486 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack();
492 stack->push_front(instrumentation_frame);
500 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack();
501 CHECK_GT(stack->size(), 0U);
502 InstrumentationStackFrame instrumentation_frame = stack->front();
503 stack->pop_front();
505 // Set return PC and check the sanity of the stack.
554 std::deque<instrumentation::InstrumentationStackFrame>* stack = self->GetInstrumentationStack();
555 CHECK_GT(stack->size(), 0U);
556 InstrumentationStackFrame instrumentation_frame = stack->front();
558 stack->pop_front();