Searched refs:catchCount (Results 1 – 1 of 1) sorted by relevance
72 int catchCount = dex::ReadSLeb128(&ptr); in DisassembleTryBlocks() local74 for (int catchIndex = 0; catchIndex < std::abs(catchCount); ++catchIndex) { in DisassembleTryBlocks()94 if (catchCount < 1) { in DisassembleTryBlocks()