Lines Matching refs:m_frames
8177 m_frames(NULL), in Block()
8185 delete[] m_frames; in ~Block()
8195 assert(m_frames == NULL); in Parse()
8252 m_frames = new Frame[m_frame_count]; in Parse()
8254 Frame& f = m_frames[0]; in Parse()
8282 m_frames = new Frame[m_frame_count]; in Parse()
8283 assert(m_frames); in Parse()
8287 Frame* pf = m_frames; in Parse()
8352 pf = m_frames; in Parse()
8376 Frame* pf = m_frames; in Parse()
8419 Frame* pf = m_frames; in Parse()
8505 pf = m_frames; in Parse()
8601 const Frame& f = m_frames[idx]; in GetFrame()