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

/openjdk7/hotspot/src/share/vm/opto/
H A DidealGraphPrinter.cpp530 const TypeInt *typeInt = t->is_int(); local
531 assert(typeInt->is_con(), "must be constant");
532 jint value = typeInt->get_con();

Completed in 79 milliseconds