Home | History | Annotate | Download | only in Target

Lines Matching defs:GetNumFrames

463 StackFrameList::GetNumFrames (bool can_create)
763 if (curr_ap.get() == NULL || curr_ap->GetNumFrames (false) == 0)
772 if (prev_sp.get() == NULL || prev_sp->GetNumFrames (false) == 0)
784 const uint32_t num_curr_frames = curr_ap->GetNumFrames (false);
808 const uint32_t num_prev_frames = prev_sp->GetNumFrames (false);