Searched refs:_methods_count (Results 1 – 1 of 1) sorted by relevance
262 final int _methods_count = m_bytes.readU2 (); in methods() local263 if (DEBUG) System.out.println ("methods_count = " + _methods_count); in methods()267 for (int i = 0; i < _methods_count; i++) in methods()