Searched defs:CParamInfo (Results 1 – 1 of 1) sorted by relevance
55 struct CParamInfo { struct56 const char* name;57 jvmtiParamKind kind;58 jvmtiParamTypes base_type;59 jboolean null_ok;61 jvmtiParamInfo ToParamInfo(jvmtiEnv* env, in ToParamInfo()