Searched refs:_i2b (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp210 case Bytecodes::_i2b: if (type == T_BYTE) value = conv->value(); break;
261 case Bytecodes::_i2b: if (type == T_BYTE) value = conv->value(); break;
487 case Bytecodes::_i2b: set_constant((int)((x->value()->type()->as_IntConstant()->value() << 24) >> 24)); break;
520 case Bytecodes::_i2b: type = T_BYTE; break;
529 case Bytecodes::_i2b: if (type == T_BYTE) set_canonical(x->value()); break;
539 case Bytecodes::_i2b: safebits = 0x7f; break;
H A Dc1_LIR.cpp1908 case Bytecodes::_i2b: out->print("[i2b] "); break;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java319 _i2b = 145, // 0x91 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp186 _i2b = 145, // 0x91 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp440 def(_i2b , "i2b" , "b" , NULL , T_BYTE , 0, false);
H A DtemplateTable.cpp406 def(Bytecodes::_i2b , ____|____|____|____, itos, itos, convert , _ );
H A DbytecodeInterpreter.cpp1364 CASE(_i2b):
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp658 case Bytecodes::_i2b:
H A DsharkBlock.cpp703 case Bytecodes::_i2b:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java184 public static final int _i2b = 145; // 0x91 field in class:Bytecodes
705 def(_i2b , "i2b" , "b" , null , BasicType.getTByte() , 0, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp746 case Bytecodes::_i2b:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp627 case Bytecodes::_i2b:
H A DtemplateTable_x86_32.cpp1429 case Bytecodes::_i2b: // fall through
1447 case Bytecodes::_i2b: // fall through
1485 case Bytecodes::_i2b:
H A DtemplateTable_x86_64.cpp1439 case Bytecodes::_i2b: // fall through
1457 case Bytecodes::_i2b: // fall through
1488 case Bytecodes::_i2b:
H A Dc1_LIRGenerator_x86.cpp939 // _i2b, _i2c, _i2s
957 case Bytecodes::_i2b: // fall through
H A Dc1_LIRAssembler_x86.cpp1481 case Bytecodes::_i2b:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1403 case Bytecodes::_i2b: // fall through
1421 case Bytecodes::_i2b: // fall through
1466 case Bytecodes::_i2b:
H A Dc1_LIRGenerator_sparc.cpp791 // _i2b, _i2c, _i2s
844 case Bytecodes::_i2b:
H A Dc1_LIRAssembler_sparc.cpp736 case Bytecodes::_i2b: {
739 int shift = (code == Bytecodes::_i2b) ? (BitsPerInt - T_BYTE_aelem_bytes * BitsPerByte) : (BitsPerInt - BitsPerShort);
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp695 case Bytecodes::_i2b:
H A DciTypeFlow.cpp1218 case Bytecodes::_i2b:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1324 case Bytecodes._i2b: pp(vCTS, vCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1524 case Bytecodes::_i2b: pp(vCTS, vCTS); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2125 case Bytecodes::_i2b:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1402 case Bytecodes::_i2b :

Completed in 260 milliseconds

12