Searched refs:init (Results 1 - 5 of 5) sorted by relevance
/dalvik/vm/alloc/ |
H A D | Alloc.c | 88 Method* init; local 98 init = dvmFindDirectMethodByDescriptor(clazz, "<init>", 100 if (init == NULL) { 121 dvmCallMethod(self, init, obj, &unused, msgStr);
|
/dalvik/vm/native/ |
H A D | java_lang_Class.c | 27 * Determine the class-init-time assertion status of a class. This is 492 Method* init; local 510 LOGW("Class init failed in newInstance call (%s)\n", 518 init = dvmFindDirectMethodByDescriptor(clazz, "<init>", "()V"); 519 if (init == NULL) { 521 LOGD("newInstance failed: no <init>()\n"); 546 if (!dvmCheckMethodAccess(callerClass, init)) { 547 LOGD("newInstance failed: %s.<init>() not accessible to %s\n", 558 dvmCallMethod(self, init, newOb [all...] |
/dalvik/vm/mterp/x86/ |
H A D | OP_NEW_INSTANCE.S | 59 jmp common_exceptionThrown # go deal with init exception
|
/dalvik/vm/ |
H A D | Thread.c | 547 u8 startWhen = 0; // init req'd to placate gcc 786 Method* init; local 831 init = dvmFindDirectMethodByDescriptor(gDvm.classJavaLangThread, "<init>", 833 assert(init != NULL); 834 dvmCallMethod(thread, init, threadObj, &unused, groupObj, threadNameStr, 851 init = dvmFindDirectMethodByDescriptor(gDvm.classJavaLangVMThread, "<init>", 853 dvmCallMethod(thread, init, vmThreadObj, &unused, threadObj); 1020 * structure but don't call the init functio 1950 Method* init; local [all...] |
/dalvik/vm/mterp/out/ |
H A D | InterpAsm-x86.S | 6562 jmp common_exceptionThrown # go deal with init exception
|
Completed in 48 milliseconds