Lines Matching +refs:val +refs:entry
76 address _osr_entry; /* the entry to the osr method */
106 method_entry, // initial method entry to interpreter
213 inline void set_callee_entry_point(address entry) { _result._to_call._callee_entry_point = entry; }
215 inline void set_osr_entry(address entry) { _result._osr._osr_entry = entry; }
309 static jlong VMint2Long(jint val);
314 static jint VMlong2Int(jlong val);
319 static jfloat VMlong2Float(jlong val);
324 static jdouble VMlong2Double(jlong val);
388 static jint VMdouble2Int(jdouble val);
394 static jfloat VMdouble2Float(jdouble val);
400 static jdouble VMint2Double(jint val);
494 static jfloat VMint2Float(jint val);
500 static jbyte VMint2Byte(jint val);
506 static jchar VMint2Char(jint val);
512 static jshort VMint2Short(jint val);