Searched refs:_wide_format (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java372 public static String wideFormat (int code) { wideCheck(code); return _wide_format [code]; }
487 private static String[] _wide_format; field in class:Bytecodes
497 _wide_format = new String [number_of_codes];
517 // private static String[] _wide_format = new String [number_of_codes];
837 _wide_format [code] = wide_format;

Completed in 65 milliseconds