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

12

/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp212 case Bytecodes::_i2c: if (type == T_CHAR || type == T_BYTE) value = conv->value(); break;
263 case Bytecodes::_i2c: if (type == T_CHAR || type == T_BYTE) value = conv->value(); break;
489 case Bytecodes::_i2c: set_constant((int)(x->value()->type()->as_IntConstant()->value() & ((1<<16)-1))); break;
522 case Bytecodes::_i2c: type = T_CHAR; break;
531 case Bytecodes::_i2c: if (type == T_CHAR) set_canonical(x->value()); break;
541 case Bytecodes::_i2c: safebits = 0xffff; break;
H A Dc1_LIR.cpp1909 case Bytecodes::_i2c: out->print("[i2c] "); break;
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java320 _i2c = 146, // 0x92 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp187 _i2c = 146, // 0x92 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp441 def(_i2c , "i2c" , "b" , NULL , T_CHAR , 0, false);
H A DtemplateTable.cpp407 def(Bytecodes::_i2c , ____|____|____|____, itos, itos, convert , _ );
H A DbytecodeInterpreter.cpp1368 CASE(_i2c):
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp659 case Bytecodes::_i2c:
H A DsharkBlock.cpp711 case Bytecodes::_i2c:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java185 public static final int _i2c = 146; // 0x92 field in class:Bytecodes
706 def(_i2c , "i2c" , "b" , null , BasicType.getTChar() , 0, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp744 case Bytecodes::_i2c:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp628 case Bytecodes::_i2c:
H A DtemplateTable_x86_32.cpp1430 case Bytecodes::_i2c: // fall through
1448 case Bytecodes::_i2c: // fall through
1490 case Bytecodes::_i2c:
H A DtemplateTable_x86_64.cpp1440 case Bytecodes::_i2c: // fall through
1458 case Bytecodes::_i2c: // fall through
1491 case Bytecodes::_i2c:
H A Dc1_LIRGenerator_x86.cpp939 // _i2b, _i2c, _i2s
958 case Bytecodes::_i2c: // fall through
H A Dc1_LIRAssembler_x86.cpp1486 case Bytecodes::_i2c:
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1404 case Bytecodes::_i2c: // fall through
1422 case Bytecodes::_i2c: // fall through
1471 case Bytecodes::_i2c:
H A Dc1_LIRGenerator_sparc.cpp791 // _i2b, _i2c, _i2s
845 case Bytecodes::_i2c:
H A Dc1_LIRAssembler_sparc.cpp744 case Bytecodes::_i2c: {
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp696 case Bytecodes::_i2c:
H A DciTypeFlow.cpp1219 case Bytecodes::_i2c:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1322 case Bytecodes._i2c:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1522 case Bytecodes::_i2c:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2138 case Bytecodes::_i2c:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1403 case Bytecodes::_i2c :

Completed in 198 milliseconds

12