Searched refs:guard_value (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/runtime/
H A DjniHandles.hpp47 template<bool external_guard> inline static oop guard_value(oop value);
221 inline oop JNIHandles::guard_value(oop value) { function in class:JNIHandles
244 result = guard_value<external_guard>(result);
H A DjniHandles.cpp117 result = guard_value<external_guard>(result);

Completed in 116 milliseconds