HomeSort by relevance Sort by last modified time
    Searched full:m_prev_index (Results 1 - 1 of 1) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/
ConstantCollection.java 231 final int zindex = m_prev_index - 1;
235 throw new IllegalStateException ("assertion failure: dereferencing an invalid constant pool slot " + m_prev_index);
238 throw new IllegalArgumentException ("assertion failure: can't set entry of type [" + result.getClass ().getName () + "] to an entry of type [" + result.getClass ().getName () + "] at pool slot " + m_prev_index);
248 m_prev_index = m_index;
268 private int m_index, m_prev_index, m_next_index;

Completed in 65 milliseconds