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

/openjdk10/hotspot/src/share/vm/oops/
H A DconstMethod.hpp217 u1 _result_type; // BasicType of result member in class:ConstMethod
509 { return byte_offset_of(ConstMethod, _result_type); }
533 _result_type = (u1)rt; }
/openjdk10/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp341 static BasicType _result_type [number_of_codes]; member in class:Bytecodes
393 static BasicType result_type (Code code) { check(code); return _result_type [code]; }
H A Dbytecodes.cpp44 BasicType Bytecodes::_result_type [Bytecodes::number_of_codes]; member in class:Bytecodes
162 _result_type [code] = result_type;
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java375 public static int resultType (int code) { check(code); return _result_type [code]; }
490 private static int[] _result_type; field in class:Bytecodes
500 _result_type = new int [number_of_codes]; // See BasicType.java
520 // private static int[] _result_type = new int [number_of_codes]; // See BasicType.java
838 _result_type [code] = result_type;

Completed in 74 milliseconds