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

/openjdk7/hotspot/src/share/vm/code/
H A DcompressedStream.cpp71 return jdouble_cast(jlong_from(h, l));
77 return jlong_from(high, low);
H A DrelocInfo.cpp638 DEBUG_ONLY(jlong t1 = jlong_from(hi, lo));
652 jlong t = jlong_from(hi, lo);;
/openjdk7/jdk/src/windows/native/com/sun/management/
H A DOperatingSystem_md.c68 static jlong jlong_from(jint h, jint l) { function
130 return (jlong_from(process_user_time.dwHighDateTime,
132 jlong_from(process_kernel_time.dwHighDateTime,
/openjdk7/hotspot/src/share/vm/runtime/
H A Ddeoptimization.cpp820 jlong res = jlong_from((jint)low->get_int(), (jint)value->get_int());
822 jlong res = jlong_from((jint)value->get_int(), (jint)low->get_int());
871 jlong res = jlong_from((jint)low->get_int(), (jint)value->get_int());
873 jlong res = jlong_from((jint)value->get_int(), (jint)low->get_int());
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp648 return (jlong_from(wt.dwHighDateTime, wt.dwLowDateTime) - first_filetime);
739 first_filetime = jlong_from(wt.dwHighDateTime, wt.dwLowDateTime);
779 _calculated_offset = jlong_from(jot.dwHighDateTime, jot.dwLowDateTime);
791 jlong a = jlong_from(wt.dwHighDateTime, wt.dwLowDateTime);
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.hpp455 inline jlong jlong_from(jint h, jint l) { function

Completed in 67 milliseconds