Home | History | Annotate | Download | only in openjdkjvmti

Lines Matching refs:name_cstr

249       const char* name_cstr;
252 name_cstr = name_cpp.c_str();
254 name_cstr = "";
257 name_uptr = CopyString(env, name_cstr, &name_result);