aboutsummaryrefslogtreecommitdiff
path: root/smali/src/test/resources/LexerTest/InstructionTest.smali
AgeCommit message (Expand)Author
2018-05-23Add support for const-method-handle and const-method-type in the lexer and pa...Ben Gruver
2018-05-23Add support for invoke-custom and related structures in the parser and lexerBen Gruver
2016-08-17Revert "Add lambda experimental dalvik opcodes"Narayan Kamath
2015-09-29Add art-specific opcodes and opcode valuesBen Gruver
2015-03-16Add lambda experimental dalvik opcodesIgor Murashkin
2012-08-24Remove support for the extended opcodesBen Gruver
2011-11-20Add support for jumbo volatile field access opcodesBen Gruver
2011-11-20Add support for the invoke-object-init/jumbo odex opcodeBen Gruver
2011-11-20Add support for the return-void-barrier odex instructionBen Gruver
2011-11-20Add support for the invoke-object-init/range opcode in ICSBen Gruver
2011-11-20Add support for Format5rcBen Gruver
2011-11-20Add support for Format52c (field references)Ben Gruver
2011-11-20Add support for Format52c (type references)Ben Gruver
2011-11-20Add support for Format41c (field references)Ben Gruver
2011-11-20Add support for Format41c (type references)Ben Gruver
2011-11-19Seperate out execute-inline and execute-inline/range into seperate 35mi and 3...Ben Gruver
2011-11-19Add the throw-verification-error token to the instruction test for the lexerBen Gruver
2011-10-09Add lexer tests for throw-verification-error and related tokensBen Gruver
2010-12-23Add support in smali for the new odex instructionsJesusFreke@JesusFreke.com
2010-12-23add missing iput/sput instructions in the InstructionTest lexer testJesusFreke@JesusFreke.com
2010-06-13Add the remaining lexer testsJesusFreke@JesusFreke.com