Searched defs:JVMCountWrapper (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvm.cpp | 259 #define JVMCountWrapper(arg) \ macro 263 #define JVMWrapper(arg1) JVMCountWrapper(arg1); JVMTraceWrapper(arg1) 264 #define JVMWrapper2(arg1, arg2) JVMCountWrapper(arg1); JVMTraceWrapper(arg1, arg2) 265 #define JVMWrapper3(arg1, arg2, arg3) JVMCountWrapper(arg1); JVMTraceWrapper(arg1, arg2, arg3) 266 #define JVMWrapper4(arg1, arg2, arg3, arg4) JVMCountWrapper(arg1); JVMTraceWrapper(arg1, arg2, arg3, arg4)
|
Completed in 3883 milliseconds