Searched refs:dtj_throw_no_such_element (Results 1 – 3 of 3) sorted by relevance
240 extern void dtj_throw_no_such_element(JNIEnv *, const char *, ...);
193 dtj_throw_no_such_element(jenv, "consumer handle %d", handle); in dtj_get_java_consumer()1803 dtj_throw_no_such_element(env, "no compiled program"); in dtj_list_compiled_probes()1828 dtj_throw_no_such_element(env, "program not found"); in dtj_list_compiled_probes()
814 dtj_throw_no_such_element(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_no_such_element() function