Home
last modified time | relevance | path

Searched refs:catch_all (Results 1 – 4 of 4) sorted by relevance

/tools/dexter/slicer/
Dtryblocks_encoder.cc40 handlers_.PushSLeb128(try_end->catch_all ? -catch_count : catch_count); in Visit()
49 if (try_end->catch_all != nullptr) { in Visit()
51 SLICER_CHECK(try_end->catch_all->offset != kInvalidOffset); in Visit()
52 handlers_.PushULeb128(try_end->catch_all->offset); in Visit()
Dcode_ir.cc97 try_block_end->catch_all = GetLabel(address); in DissasembleTryBlocks()
102 try_block_end->catch_all != nullptr); in DissasembleTryBlocks()
/tools/dexter/dexter/
Ddissasembler.cc247 if (try_end->catch_all != nullptr) { in Visit()
248 printf("\t catch(...) : Label_%d\n", try_end->catch_all->id); in Visit()
/tools/dexter/slicer/export/slicer/
Dcode_ir.h360 Label* catch_all = nullptr; member