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

/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp343 static BasicType _result_type [number_of_codes]; member in class:Bytecodes
396 static BasicType result_type (Code code) { check(code); return _result_type [code]; }
H A Dbytecodes.cpp57 BasicType Bytecodes::_result_type [Bytecodes::number_of_codes]; member in class:Bytecodes
173 _result_type [code] = result_type;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java373 public static int resultType (int code) { check(code); return _result_type [code]; }
488 private static int[] _result_type; field in class:Bytecodes
498 _result_type = new int [number_of_codes]; // See BasicType.java
518 // private static int[] _result_type = new int [number_of_codes]; // See BasicType.java
832 _result_type [code] = result_type;

Completed in 39 milliseconds