Lines Matching defs:jenv

157 dtj_load_common(JNIEnv *jenv)  in dtj_load_common()
295 dtj_java_class_create(JNIEnv *jenv, jclass *jc, char *name, in dtj_java_class_create()
332 dtj_java_method_create(JNIEnv *jenv, jmethodID *jm, char *name, char *signature, in dtj_java_method_create()
350 dtj_java_static_method_create(JNIEnv *jenv, jmethodID *jm, char *name, in dtj_java_static_method_create()
362 dtj_java_field_create(JNIEnv *jenv, jfieldID *jf, char *name, char *type, in dtj_java_field_create()
380 dtj_java_static_field_create(JNIEnv *jenv, jfieldID *jf, char *name, char *type, in dtj_java_static_field_create()
434 dtj_cache_jni_classes(JNIEnv *jenv, const dtj_table_entry_t *table) in dtj_cache_jni_classes()
523 dtj_get_jni_classes(JNIEnv *jenv, uu_list_t *classes, in dtj_get_jni_classes()
665 dtj_cache_jni_methods(JNIEnv *jenv, dtj_java_class_t *c) in dtj_cache_jni_methods()
709 dtj_cache_jni_fields(JNIEnv *jenv, dtj_java_class_t *c) in dtj_cache_jni_fields()
747 dtj_throw(JNIEnv *jenv, jclass jc, const char *fmt, va_list *ap) in dtj_throw()
755 dtj_throw_out_of_memory(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_out_of_memory()
776 dtj_throw_null_pointer(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_null_pointer()
788 dtj_throw_illegal_state(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_illegal_state()
800 dtj_throw_illegal_argument(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_illegal_argument()
812 dtj_throw_no_such_element(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_no_such_element()
824 dtj_throw_class_cast(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_class_cast()
836 dtj_throw_assertion(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_assertion()
848 dtj_throw_resource_limit(JNIEnv *jenv, const char *fmt, ...) in dtj_throw_resource_limit()
860 dtj_wrap_exception(JNIEnv *jenv, const char *file, int line) in dtj_wrap_exception()
918 dtj_print_object(JNIEnv *jenv, jobject jobj) in dtj_print_object()
953 dtj_uint64(JNIEnv *jenv, uint64_t u) in dtj_uint64()
977 dtj_int128(JNIEnv *jenv, uint64_t high, uint64_t low) in dtj_int128()
998 dtj_format_string(JNIEnv *jenv, const char *fmt, ...) in dtj_format_string()
1015 dtj_NewStringNative(JNIEnv *jenv, const char *str) in dtj_NewStringNative()
1047 dtj_GetStringNativeChars(JNIEnv *jenv, jstring jstr) in dtj_GetStringNativeChars()
1085 dtj_ReleaseStringNativeChars(JNIEnv *jenv, jstring jstr, const char *str) in dtj_ReleaseStringNativeChars()
1091 dtj_get_argv(JNIEnv *jenv, jobjectArray args, int *argc) in dtj_get_argv()
1148 dtj_make_argv(JNIEnv *jenv, jstring command, int *argc) in dtj_make_argv()