/dalvik/vm/oo/ |
H A D | Resolve.h | 57 Method* dvmResolveMethod(const ClassObject* referrer, u4 methodIdx,
|
H A D | Resolve.c | 176 Method* dvmResolveMethod(const ClassObject* referrer, u4 methodIdx, function
|
/dalvik/vm/mterp/armv5te/ |
H A D | OP_INVOKE_STATIC.S | 21 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
|
H A D | OP_INVOKE_DIRECT.S | 43 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
|
H A D | OP_INVOKE_VIRTUAL.S | 26 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
|
H A D | OP_INVOKE_SUPER.S | 49 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
|
/dalvik/vm/mterp/x86/ |
H A D | OP_INVOKE_STATIC.S | 32 call dvmResolveMethod # call(clazz,ref,flags)
|
H A D | OP_INVOKE_DIRECT.S | 53 call dvmResolveMethod # eax<- call(clazz, ref, flags)
|
H A D | OP_INVOKE_SUPER.S | 57 call dvmResolveMethod # eax<- call(clazz, ref, flags)
|
H A D | OP_INVOKE_VIRTUAL.S | 33 call dvmResolveMethod # eax<- call(clazz, ref, flags)
|
/dalvik/vm/mterp/x86-atom/ |
H A D | OP_INVOKE_STATIC.S | 63 call dvmResolveMethod # call: (const ClassObject* referrer,
|
H A D | OP_INVOKE_DIRECT.S | 81 call dvmResolveMethod # call: (const ClassObject* referrer,
|
H A D | OP_INVOKE_SUPER.S | 88 call dvmResolveMethod # call: (const ClassObject* referrer,
|
H A D | OP_INVOKE_VIRTUAL.S | 70 call dvmResolveMethod # call: (const ClassObject* referrer,
|
/dalvik/vm/mterp/c/ |
H A D | gotoTargets.c | 143 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 230 * The first arg to dvmResolveMethod() is just the referring class 236 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 355 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 382 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);
|
/dalvik/vm/mterp/out/ |
H A D | InterpC-x86-atom.c | 1465 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 1552 * The first arg to dvmResolveMethod() is just the referring class 1558 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 1677 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 1704 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);
|
H A D | InterpC-x86.c | 1402 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 1489 * The first arg to dvmResolveMethod() is just the referring class 1495 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 1614 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 1641 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);
|
H A D | InterpC-allstubs.c | 3271 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 3358 * The first arg to dvmResolveMethod() is just the referring class 3364 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 3483 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 3510 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);
|
H A D | InterpC-portdbg.c | 3550 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 3637 * The first arg to dvmResolveMethod() is just the referring class 3643 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 3762 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 3789 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);
|
H A D | InterpC-portstd.c | 3300 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 3387 * The first arg to dvmResolveMethod() is just the referring class 3393 baseMethod = dvmResolveMethod(curMethod->clazz, ref,METHOD_VIRTUAL); 3512 methodToCall = dvmResolveMethod(curMethod->clazz, ref, 3539 methodToCall = dvmResolveMethod(curMethod->clazz, ref, METHOD_STATIC);
|
H A D | InterpAsm-x86.S | 7802 call dvmResolveMethod # eax<- call(clazz, ref, flags) 7854 call dvmResolveMethod # eax<- call(clazz, ref, flags) 7889 call dvmResolveMethod # eax<- call(clazz, ref, flags) 7902 call dvmResolveMethod # call(clazz,ref,flags) 7924 call dvmResolveMethod # eax<- call(clazz, ref, flags) 7976 call dvmResolveMethod # eax<- call(clazz, ref, flags) 8011 call dvmResolveMethod # eax<- call(clazz, ref, flags) 8024 call dvmResolveMethod # call(clazz,ref,flags)
|
H A D | InterpAsm-x86-atom.S | 16811 call dvmResolveMethod # call: (const ClassObject* referrer, 16867 call dvmResolveMethod # call: (const ClassObject* referrer, 16901 call dvmResolveMethod # call: (const ClassObject* referrer, 16922 call dvmResolveMethod # call: (const ClassObject* referrer, 16959 call dvmResolveMethod # call: (const ClassObject* referrer, 17015 call dvmResolveMethod # call: (const ClassObject* referrer, 17049 call dvmResolveMethod # call: (const ClassObject* referrer, 17070 call dvmResolveMethod # call: (const ClassObject* referrer,
|
H A D | InterpAsm-armv4t.S | 3209 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3297 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3364 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3458 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9309 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9333 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9377 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9401 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
|
H A D | InterpAsm-armv5te-vfp.S | 3189 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3277 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3344 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3438 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 8848 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 8872 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 8916 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 8940 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
|
H A D | InterpAsm-armv5te.S | 3211 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3299 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3366 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 3460 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9306 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9330 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9374 bl dvmResolveMethod @ r0<- call(clazz, ref, flags) 9398 bl dvmResolveMethod @ r0<- call(clazz, ref, flags)
|