/dalvik/vm/compiler/template/armv5te/ |
D | TEMPLATE_INVOKE_METHOD_CHAIN.S | 10 ldrh r2, [r0, #offMethod_outsSize] @ r2<- methodToCall->outsSize 18 sub r10, r10, r2, lsl #2 @ r10<- bottom (newsave - outsSize)
|
D | TEMPLATE_INVOKE_METHOD_NO_OPT.S | 8 ldrh r2, [r0, #offMethod_outsSize] @ r2<- methodToCall->outsSize 15 sub r10, r10, r2, lsl #2 @ r10<- bottom (newsave - outsSize)
|
/dalvik/vm/mterp/c/ |
D | gotoTargets.c | 740 assert(vsrc1 <= curMethod->outsSize); in GOTO_TARGET() 748 assert(count <= curMethod->outsSize); in GOTO_TARGET() 807 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
|
/dalvik/vm/mterp/x86/ |
D | footer.S | 145 movzwl offMethod_outsSize(%eax), %ecx # %ecx<- methodToCall->outsSize 155 shl $$2, %ecx # %ecx<- update offset for outsSize 157 sub %ecx, %eax # %eax<- bottom; (newSaveArea - outsSize)
|
/dalvik/vm/mterp/common/ |
D | asm-constants.h | 191 MTERP_OFFSET(offMethod_outsSize, Method, outsSize, 12)
|
/dalvik/vm/mterp/armv5te/ |
D | footer.S | 313 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 329 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 368 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize)
|
/dalvik/vm/interp/ |
D | Stack.c | 70 + method->outsSize * 4; // args to other methods in dvmPushInterpFrame() 99 memset(stackPtr - (method->outsSize*4), 0xaf, stackReq); in dvmPushInterpFrame()
|
/dalvik/vm/mterp/out/ |
D | InterpC-x86.c | 1928 assert(vsrc1 <= curMethod->outsSize); in GOTO_TARGET() 1936 assert(count <= curMethod->outsSize); in GOTO_TARGET() 1995 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
|
D | InterpC-portstd.c | 3778 assert(vsrc1 <= curMethod->outsSize); in INTERP_FUNC_NAME() 3786 assert(count <= curMethod->outsSize); in INTERP_FUNC_NAME() 3845 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4); in INTERP_FUNC_NAME()
|
D | InterpC-allstubs.c | 3773 assert(vsrc1 <= curMethod->outsSize); in GOTO_TARGET() 3781 assert(count <= curMethod->outsSize); in GOTO_TARGET() 3840 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4);
|
D | InterpC-portdbg.c | 4064 assert(vsrc1 <= curMethod->outsSize); in INTERP_FUNC_NAME() 4072 assert(count <= curMethod->outsSize); in INTERP_FUNC_NAME() 4131 bottom = (u1*) newSaveArea - methodToCall->outsSize * sizeof(u4); in INTERP_FUNC_NAME()
|
D | InterpAsm-armv7-a.S | 9239 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9255 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9294 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize)
|
D | InterpAsm-armv5te-vfp.S | 9303 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9319 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9358 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize)
|
D | InterpAsm-armv4t.S | 9785 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9801 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9840 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize)
|
D | InterpAsm-armv5te.S | 9779 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9795 ldrh r3, [r0, #offMethod_outsSize] @ r3<- methodToCall->outsSize 9834 sub r3, r10, r3, lsl #2 @ r3<- bottom (newsave - outsSize)
|
D | InterpAsm-x86.S | 8645 movzwl offMethod_outsSize(%eax), %ecx # %ecx<- methodToCall->outsSize 8655 shl $2, %ecx # %ecx<- update offset for outsSize 8657 sub %ecx, %eax # %eax<- bottom; (newSaveArea - outsSize)
|
/dalvik/vm/oo/ |
D | Object.h | 495 u2 outsSize; member
|
D | Class.c | 2090 meth->outsSize = pDexCode->outsSize; in loadMethodFromDex() 2108 assert(meth->outsSize == 0); in loadMethodFromDex()
|
/dalvik/libdex/ |
D | DexFile.h | 318 u2 outsSize; member
|
D | DexSwapVerify.c | 1770 SWAP_FIELD2(item->outsSize); in swapCodeItem()
|
/dalvik/dexdump/ |
D | DexDump.c | 983 printf(" outs : %d\n", pCode->outsSize); in dumpCode()
|
/dalvik/vm/analysis/ |
D | CodeVerify.c | 1125 if (expectedArgs > meth->outsSize) { in verifyInvocationArgs() 1127 expectedArgs, meth->outsSize); in verifyInvocationArgs()
|