Home | History | Annotate | Download | only in src

Lines Matching refs:StackFrame

504   thread_local_.break_frame_id_ = StackFrame::NO_ID;
1069 StackFrame::Id id = break_frame_id();
1070 if (id == StackFrame::NO_ID) {
1115 StackFrame::Id id = break_frame_id();
1116 if (id == StackFrame::NO_ID) {
1407 void Debug::NewBreak(StackFrame::Id break_frame_id) {
1413 void Debug::SetBreak(StackFrame::Id break_frame_id, int break_id) {
1494 void Debug::ActivateStepIn(StackFrame* frame) {
1505 void Debug::ActivateStepOut(StackFrame* frame) {