Home
last modified time | relevance | path

Searched defs:insnIdx (Results 1 – 3 of 3) sorted by relevance

/dalvik/vm/analysis/
DDexVerify.c319 static void decodeInstruction(const Method* meth, int insnIdx, in decodeInstruction()
332 static bool checkNewInstance(const Method* meth, int insnIdx) in checkNewInstance()
362 static bool checkNewArray(const Method* meth, int insnIdx) in checkNewArray()
403 static bool checkTypeIndex(const Method* meth, int insnIdx, bool useB) in checkTypeIndex()
427 static bool checkFieldIndex(const Method* meth, int insnIdx, bool useB) in checkFieldIndex()
452 static bool checkMethodIndex(const Method* meth, int insnIdx) in checkMethodIndex()
471 static bool checkStringIndex(const Method* meth, int insnIdx) in checkStringIndex()
DCodeVerify.c1699 int insnIdx) in getRegisterLine()
2540 static bool checkMoveException(const Method* meth, int insnIdx, in checkMoveException()
2563 static ClassObject* getCaughtExceptionType(const Method* meth, int insnIdx) in getCaughtExceptionType()
2940 int insnIdx, startGuess, prevAddr; in doCodeVerification() local
3161 RegisterTable* regTable, RegType* workRegs, int insnIdx, in verifyInstruction()
/dalvik/dexdump/
DDexDump.c589 void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int insnIdx, in dumpInstruction()
914 int insnIdx; in dumpBytecodes() local