Searched defs:int_value (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dadlparse.cpp650 // <keyword> <name> ( <int_value>, <description> );
655 int int_value = -1; // positive values only local
677 if( !is_int_token(value, int_value) ) {
717 Expr *expr = new Expr(name, description, int_value, int_value);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.c2092 jobject create_Integer(JNIEnv *env, jint int_value);
2277 jobject create_Integer(JNIEnv *env, jint int_value) argument
2282 value.i = int_value;

Completed in 273 milliseconds