Searched defs:insnIdx (Results 1 – 3 of 3) sorted by relevance
/dalvik/vm/analysis/ |
D | CodeVerify.cpp | 1782 int insnIdx) in getRegisterLine() 1810 static inline void copyLineToTable(RegisterTable* regTable, int insnIdx, in copyLineToTable() 1822 const RegisterTable* regTable, int insnIdx) in copyLineFromTable() 1838 int insnIdx, const RegisterLine* line2) in compareLineToTable() 2889 static bool checkMoveException(const Method* meth, int insnIdx, in checkMoveException() 2912 static ClassObject* getCaughtExceptionType(const Method* meth, int insnIdx, in getCaughtExceptionType() 3240 int insnIdx, VerifyError failure) in replaceFailingInstruction() 3347 void handleMonitorEnter(RegisterLine* workLine, u4 regIdx, u4 insnIdx, in handleMonitorEnter() 3380 void handleMonitorExit(RegisterLine* workLine, u4 regIdx, u4 insnIdx, in handleMonitorExit() 3614 int insnIdx, startGuess; in doCodeVerification() local [all …]
|
D | Liveness.cpp | 319 static bool processInstruction(VerifierData* vdata, u4 insnIdx, in processInstruction()
|
/dalvik/dexdump/ |
D | DexDump.cpp | 845 void dumpInstruction(DexFile* pDexFile, const DexCode* pCode, int insnIdx, in dumpInstruction() 1057 int insnIdx; in dumpBytecodes() local
|