Searched refs:triesSection (Results 1 – 2 of 2) sorted by relevance
491 Section triesSection = open(data.position()); in readCode() local494 tries = triesSection.readTries(triesSize, catchHandlers); in readCode()
920 Dex.Section triesSection = dexOut.open(codeOut.getPosition()); in transformCode() local923 transformTries(triesSection, tries, offsets); in transformCode()