Searched refs:DT_RETURN_MARK (Results 1 - 1 of 1) sorted by relevance
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jni.cpp | 98 // The DT_RETURN_MARK macros create a scoped object to fire the dtrace 113 // DT_RETURN_MARK(SomeFunc, int, (const int&)return_value); 170 #define DT_RETURN_MARK(name, type, ref) \ macro 193 // Choose DT_RETURN_MARK macros based on the type: float/double -> void 206 DT_RETURN_MARK(name, type, ref), DT_VOID_RETURN_MARK(name) ) 381 DT_RETURN_MARK(DefineClass, jclass, (const jclass&)cls); 442 DT_RETURN_MARK(FindClass, jclass, (const jclass&)result); 519 DT_RETURN_MARK(FromReflectedMethod, jmethodID, (const jmethodID&)ret); 560 DT_RETURN_MARK(FromReflectedField, jfieldID, (const jfieldID&)ret); 609 DT_RETURN_MARK(ToReflectedMetho [all...] |
Completed in 33 milliseconds