Home
last modified time | relevance | path

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

/tools/dexter/slicer/
Dcode_ir.cc73 int catchCount = dex::ReadSLeb128(&ptr); in DissasembleTryBlocks() local
75 for (int catchIndex = 0; catchIndex < std::abs(catchCount); ++catchIndex) { in DissasembleTryBlocks()
95 if (catchCount < 1) { in DissasembleTryBlocks()