Searched refs:srctype (Results 1 – 1 of 1) sorted by relevance
1237 #define RW_JVALUE(srctype, prim, id) \ argument1238 template<> void ReadJvalue<srctype>(jvalue in, std::add_pointer<srctype>::type out) { \1241 template<> void WriteJvalue<srctype>(srctype in, jvalue* out) { \1283 #define GET_SET_LV(srctype, prim, id) \ argument1284 template jvmtiError MethodUtil::GetLocalVariable<srctype>(jvmtiEnv*, \1288 std::add_pointer<srctype>::type); \1289 template jvmtiError MethodUtil::SetLocalVariable<srctype>(jvmtiEnv*, \1293 srctype);