Searched refs:constructors (Results 1 – 2 of 2) sorted by relevance
324 static struct { Method** method; const char* name; const char* descriptor; } constructors[] = { in initConstructorReferences() local343 for (i = 0; constructors[i].method != NULL; i++) { in initConstructorReferences()344 if (!initDirectMethodReference(constructors[i].method, constructors[i].name, in initConstructorReferences()345 "<init>", constructors[i].descriptor)) { in initConstructorReferences()
235 ArrayObject* constructors; in Dalvik_java_lang_Class_getDeclaredConstructors() local237 constructors = dvmGetDeclaredConstructors(clazz, publicOnly); in Dalvik_java_lang_Class_getDeclaredConstructors()238 dvmReleaseTrackedAlloc((Object*) constructors, NULL); in Dalvik_java_lang_Class_getDeclaredConstructors()240 RETURN_PTR(constructors); in Dalvik_java_lang_Class_getDeclaredConstructors()