summaryrefslogtreecommitdiff
path: root/startop/view_compiler/dex_builder.h
AgeCommit message (Expand)Author
2019-11-04Adds ToBits helper method to convert instructon opcode enum to bitsOrion Hodson
2019-11-01Switch to slicer DEX opcode definitionsOrion Hodson
2019-09-18Refactor DexViewBuilderEric Holk
2019-07-30[view compiler] Add DexBuilder support for getting and setting instance fieldsEric Holk
2019-07-26[viewcompiler] Add support for static field put to DexBuilderEric Holk
2019-07-26[viewcompiler] Add static field get instructions to DexBuilderEric Holk
2019-01-31[viewcompiler] Support more than 16 registers in invoke instructionsEric Holk
2018-12-20Fix/suppress startop google-explicit-constructor warningsChih-Hung Hsieh
2018-12-18[view-compiler] DexBuilder: Add check-cast instructionEric Holk
2018-12-14[view-compiler] DexBuilder: Add more instructionsEric Holk
2018-11-15[view_compiler] cleanup: Use format-specific bytecode encoding functionsEric Holk
2018-11-13[view_compiler] DexBuilder: Add support for new and calling constructorsEric Holk
2018-11-13[view_compiler] DexBuilder: add support for string literals and null pointersEric Holk
2018-11-10[view compiler] Add conditional branch instructionEric Holk
2018-11-07[view-compiler] Support method declaration and invocation in Dex builderEric Holk
2018-10-22Move startop/tools/view_compiler to startop/view_compilerEric Holk