Searched refs:VM_PrintJNI (Results 1 - 5 of 5) sorted by relevance
/openjdk7/hotspot/src/share/vm/runtime/ | ||
H A D | vm_operations.hpp | 327 class VM_PrintJNI: public VM_Operation { class in inherits:VM_Operation 331 VM_PrintJNI() { _out = tty; } function in class:VM_PrintJNI 332 VM_PrintJNI(outputStream* out) { _out = out; } function in class:VM_PrintJNI |
H A D | vm_operations.cpp | 221 void VM_PrintJNI::doit() { |
H A D | os.cpp | 256 VM_PrintJNI jni_op; |
/openjdk7/hotspot/src/share/vm/services/ | ||
H A D | attachListener.cpp | 144 VM_PrintJNI op2(out); |
H A D | diagnosticCommand.cpp | 330 VM_PrintJNI op2(output()); |
Completed in 76 milliseconds