Searched refs:kInstrCanContinue (Results 1 – 2 of 2) sorted by relevance
/tools/dexter/slicer/ |
D | dex_bytecode.cc | 166 /* NOP */ kInstrCanContinue, 167 /* MOVE */ kInstrCanContinue, 168 /* MOVE_FROM16 */ kInstrCanContinue, 169 /* MOVE_16 */ kInstrCanContinue, 170 /* MOVE_WIDE */ kInstrCanContinue|kInstrWideRegA|kInstrWideRegB, 171 /* MOVE_WIDE_FROM16 */ kInstrCanContinue|kInstrWideRegA|kInstrWideRegB, 172 /* MOVE_WIDE_16 */ kInstrCanContinue|kInstrWideRegA|kInstrWideRegB, 173 /* MOVE_OBJECT */ kInstrCanContinue, 174 /* MOVE_OBJECT_FROM16 */ kInstrCanContinue, 175 /* MOVE_OBJECT_16 */ kInstrCanContinue, [all …]
|
/tools/dexter/slicer/export/slicer/ |
D | dex_bytecode.h | 337 kInstrCanContinue = 1 << 1, // flow can continue to next statement enumerator
|