Searched defs:pDecInsn (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/analysis/ |
D | DexVerify.cpp | 550 const DecodedInstruction* pDecInsn) in checkVarargRegs() 579 const DecodedInstruction* pDecInsn) in checkVarargRangeRegs()
|
D | CodeVerify.cpp | 1105 const DecodedInstruction* pDecInsn, UninitInstanceMap* uninitMap, in verifyInvocationArgs() 1468 const DecodedInstruction* pDecInsn, VerifyError* pFailure) in getInvocationThis() 2061 static void checkUnop(RegisterLine* registerLine, DecodedInstruction* pDecInsn, in checkUnop() 2108 static void checkLitop(RegisterLine* registerLine, DecodedInstruction* pDecInsn, in checkLitop() 2130 static void checkBinop(RegisterLine* registerLine, DecodedInstruction* pDecInsn, in checkBinop() 2149 DecodedInstruction* pDecInsn, RegType dstType, RegType srcType1, in checkBinop2addr() 3182 RegisterLine* registerLine, const DecodedInstruction* pDecInsn, in verifyFilledNewArrayRegs()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 709 const DecodedInstruction* pDecInsn, char* buf, size_t bufSize) in indexString() 837 int insnWidth, const DecodedInstruction* pDecInsn) in dumpInstruction()
|