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

/openjdk7/hotspot/src/share/vm/ci/
H A DciConstant.hpp97 jlong as_long() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp632 jlong as_long(LARGE_INTEGER x) { function
644 return as_long(count) - initial_performance_count;
732 performance_frequency = as_long(count);
734 initial_performance_count = as_long(count);
830 double current = as_long(current_count);

Completed in 225 milliseconds