Lines Matching refs:m_frames
7614 m_frames(NULL), in Block()
7618 Block::~Block() { delete[] m_frames; } in ~Block()
7630 assert(m_frames == NULL); in Parse()
7688 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()
7689 if (m_frames == NULL) in Parse()
7692 Frame& f = m_frames[0]; in Parse()
7721 m_frames = new (std::nothrow) Frame[m_frame_count]; in Parse()
7722 if (m_frames == NULL) in Parse()
7725 if (!m_frames) in Parse()
7729 Frame* pf = m_frames; in Parse()
7797 pf = m_frames; in Parse()
7827 Frame* pf = m_frames; in Parse()
7872 Frame* pf = m_frames; in Parse()
7973 pf = m_frames; in Parse()
8054 const Frame& f = m_frames[idx]; in GetFrame()