Searched refs:srctype (Results 1 – 1 of 1) sorted by relevance
1230 #define RW_JVALUE(srctype, prim, id) \ argument1231 template<> void ReadJvalue<srctype>(jvalue in, std::add_pointer<srctype>::type out) { \1234 template<> void WriteJvalue<srctype>(srctype in, jvalue* out) { \1276 #define GET_SET_LV(srctype, prim, id) \ argument1277 template jvmtiError MethodUtil::GetLocalVariable<srctype>(jvmtiEnv*, \1281 std::add_pointer<srctype>::type); \1282 template jvmtiError MethodUtil::SetLocalVariable<srctype>(jvmtiEnv*, \1286 srctype);