Searched refs:srctype (Results 1 – 1 of 1) sorted by relevance
983 #define RW_JVALUE(srctype, prim, id) \ argument984 template<> void ReadJvalue<srctype>(jvalue in, std::add_pointer<srctype>::type out) { \987 template<> void WriteJvalue<srctype>(srctype in, jvalue* out) { \1029 #define GET_SET_LV(srctype, prim, id) \ argument1030 template jvmtiError MethodUtil::GetLocalVariable<srctype>(jvmtiEnv*, \1034 std::add_pointer<srctype>::type); \1035 template jvmtiError MethodUtil::SetLocalVariable<srctype>(jvmtiEnv*, \1039 srctype);