Searched refs:catchAllAddr (Results 1 - 2 of 2) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DEncodedCatchHandler.java24 public int catchAllAddr; field in class:EncodedCatchHandler
37 catchAllAddr = file.readUleb128();
50 file.writeUleb128(catchAllAddr);
/art/tools/dexfuzz/src/dexfuzz/program/
H A DCodeTranslator.java291 insnLocationMap.get(encodedCatchHandler.catchAllAddr);
296 encodedCatchHandler.catchAllAddr));
375 encodedCatchHandler.catchAllAddr = mTryBlock.catchAllHandler.location;

Completed in 169 milliseconds