Home | History | Annotate | Download | only in compiler

Lines Matching refs:decInsn

38 static inline int parseInsn(const u2 *codePtr, DecodedInstruction *decInsn,
49 dexDecodeInstruction(codePtr, decInsn);
51 char *decodedString = dvmCompilerGetDalvikDisassembly(decInsn, NULL);