Home | History | Annotate | Download | only in compiler

Lines Matching refs:elementAt

96     return m_tokenQueue.elementAt(pos);
152 int n = m_opMap.elementAt(MAPINDEX_LENGTH);
176 return m_opMap.elementAt(opPos);
200 return opPos + m_opMap.elementAt(opPos + 1);
277 int stepType = m_opMap.elementAt(opPos);
282 return opPos + m_opMap.elementAt(opPos + 2);
287 return opPos + m_opMap.elementAt(opPos + 1);
345 return m_opMap.elementAt(opPos + MAPINDEX_LENGTH);
357 return m_opMap.elementAt(opPos + MAPINDEX_LENGTH + 1) - 3;
381 return m_opMap.elementAt(opPosOfStep + 3); // skip past op, len, len without predicates
399 int index = m_opMap.elementAt(opPosOfStep + 4);
402 return (String) m_tokenQueue.elementAt(index);
435 index = m_opMap.elementAt(opPosOfStep + 4);
438 index = m_opMap.elementAt(opPosOfStep + 5);
448 return (String) m_tokenQueue.elementAt(index).toString();