Searched refs:kInstrCanThrow (Results 1 – 3 of 3) sorted by relevance
/tools/dexter/slicer/ |
D | dex_bytecode.cc | 192 /* CONST_STRING */ kInstrCanContinue|kInstrCanThrow, 193 /* CONST_STRING_JUMBO */ kInstrCanContinue|kInstrCanThrow, 194 /* CONST_CLASS */ kInstrCanContinue|kInstrCanThrow, 195 /* MONITOR_ENTER */ kInstrCanContinue|kInstrCanThrow, 196 /* MONITOR_EXIT */ kInstrCanContinue|kInstrCanThrow, 197 /* SLICER_CHECK_CAST */ kInstrCanContinue|kInstrCanThrow, 198 /* INSTANCE_OF */ kInstrCanContinue|kInstrCanThrow, 199 /* ARRAY_LENGTH */ kInstrCanContinue|kInstrCanThrow, 200 /* NEW_INSTANCE */ kInstrCanContinue|kInstrCanThrow, 201 /* NEW_ARRAY */ kInstrCanContinue|kInstrCanThrow, [all …]
|
D | control_flow_graph.cc | 61 dex::kInstrCanThrow | in Visit()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_bytecode.h | 339 kInstrCanThrow = 1 << 3, // could cause an exception to be thrown enumerator
|