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

/openjdk7/hotspot/src/share/vm/classfile/
H A DsystemDictionary.hpp463 static oop check_mirror(oop m) { function in class:SystemDictionary
/openjdk7/hotspot/src/share/vm/memory/
H A Duniverse.hpp249 static oop check_mirror(oop m) { function in class:Universe
296 static oop int_mirror() { return check_mirror(_int_mirror); }
297 static oop float_mirror() { return check_mirror(_float_mirror); }
298 static oop double_mirror() { return check_mirror(_double_mirror); }
299 static oop byte_mirror() { return check_mirror(_byte_mirror); }
300 static oop bool_mirror() { return check_mirror(_bool_mirror); }
301 static oop char_mirror() { return check_mirror(_char_mirror); }
302 static oop long_mirror() { return check_mirror(_long_mirror); }
303 static oop short_mirror() { return check_mirror(_short_mirror); }
304 static oop void_mirror() { return check_mirror(_void_mirro
[all...]

Completed in 33 milliseconds