Home | History | Annotate | Download | only in compiler

Lines Matching defs:m_tokenQueue

72    * end of the m_tokenQueue. The idea is that the queue can be marked and a sequence
75 ObjectVector m_tokenQueue = new ObjectVector(MAXTOKENQUEUESIZE, BLOCKTOKENQUEUESIZE);
84 return m_tokenQueue;
96 return m_tokenQueue.elementAt(pos);
111 return m_tokenQueue.size();
117 * operations codes and indexes into the m_tokenQueue.
125 * operations codes and indexes into the m_tokenQueue.
160 n = m_tokenQueue.size();
161 m_tokenQueue.setToSize(n + 4);
163 m_tokenQueue.setElementAt(null,n);
164 m_tokenQueue.setElementAt(null,n + 1);
165 m_tokenQueue.setElementAt(null,n + 2);
402 return (String) m_tokenQueue.elementAt(index);
448 return (String) m_tokenQueue.elementAt(index).toString();