Lines Matching defs:def
59 * Find the class specified by 'def', and optionally looks up the
61 * method id of the constructor in the variables referenced by 'def'.
65 load_class(JNIEnv *env, classdef_t *def, boolean_t global)
69 tclass = (*env)->FindClass(env, def->class_name);
72 def->class_name);
79 *def->class_ptr = rclass;
82 *def->class_ptr = rclass = tclass;
85 if (def->ctor_ptr) {
89 def->ctor_name);
93 def->class_name);
97 *def->ctor_ptr = rctor;