Home | History | Annotate | Download | only in ref

Lines Matching defs:m_dtms

94   protected DTM m_dtms[] = new DTM[256];
156 int oldlen=m_dtms.length;
167 System.arraycopy(m_dtms,0,new_m_dtms,0,oldlen);
168 m_dtms=new_m_dtms;
174 m_dtms[id] = dtm;
186 int n = m_dtms.length;
189 if(null == m_dtms[i])
522 int max = m_dtms.length;
525 DTM thisDTM=m_dtms[i];
648 return m_dtms[nodeHandle >>> IDENT_DTM_NODE_BITS];
682 int n = m_dtms.length;
686 DTM tdtm = m_dtms[i];
740 m_dtms[ids.elementAt(i)>>>DTMManager.IDENT_DTM_NODE_BITS]=null;
747 m_dtms[i >>> DTMManager.IDENT_DTM_NODE_BITS] = null;