Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/
DDex.java491 Section triesSection = open(data.position()); in readCode() local
494 tries = triesSection.readTries(triesSize, catchHandlers); in readCode()
/dalvik/dx/src/com/android/dx/merge/
DDexMerger.java920 Dex.Section triesSection = dexOut.open(codeOut.getPosition()); in transformCode() local
923 transformTries(triesSection, tries, offsets); in transformCode()