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

/openjdk7/hotspot/src/share/vm/code/
H A DrelocInfo.hpp405 static jint jint_from_data(short* data) { function in class:VALUE_OBJ_CLASS_SPEC
414 return datalen > n+1 ? jint_from_data(&data[n]) : short_data_at(n, data, datalen);

Completed in 36 milliseconds