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

/openjdk7/hotspot/src/share/vm/prims/
H A Djni.cpp110 // DT_RETURN_MARK_DECL(SomeFunc, int);
119 #define DT_RETURN_MARK_DECL(name, type) \ macro
145 #define DT_RETURN_MARK_DECL(name, type, probe) \ macro
198 DT_RETURN_MARK_DECL(name, type), DT_VOID_RETURN_MARK_DECL(name) )
202 DT_RETURN_MARK_DECL(name, type, probe), DT_VOID_RETURN_MARK_DECL(name, probe) )
363 DT_RETURN_MARK_DECL(DefineClass, jclass);
365 DT_RETURN_MARK_DECL(DefineClass, jclass
426 DT_RETURN_MARK_DECL(FindClass, jclass);
428 DT_RETURN_MARK_DECL(FindClass, jclass
504 DT_RETURN_MARK_DECL(FromReflectedMetho
[all...]

Completed in 38 milliseconds