Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/util/
DExceptionWithContext.java40 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext() method in ExceptionWithContext
/dalvik/dx/src/com/android/dx/dex/file/
DOffsettedItem.java174 throw ExceptionWithContext.withContext(ex, in writeTo()
DDebugInfoItem.java76 throw ExceptionWithContext.withContext(ex, in place0()
DDebugInfoDecoder.java219 throw ExceptionWithContext.withContext(ex, in decode()
444 throw ExceptionWithContext.withContext(ex, in validateEncode()
DMixedItemSection.java320 throw ExceptionWithContext.withContext(ex, in placeItems()
DCodeItem.java294 throw ExceptionWithContext.withContext(ex, "...while writing " + in writeCodes()
DDexFile.java546 throw ExceptionWithContext.withContext(ex, in toDex0()
DDebugInfoEncoder.java173 .withContext(ex, "...while encoding debug info"); in convert()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DOffsettedItem.java174 throw ExceptionWithContext.withContext(ex, in writeTo()
DDebugInfoItem.java79 throw ExceptionWithContext.withContext(ex, in place0()
DDebugInfoDecoder.java208 throw ExceptionWithContext.withContext(ex, in decode()
440 throw ExceptionWithContext.withContext(ex, in validateEncode()
DMixedItemSection.java321 throw ExceptionWithContext.withContext(ex, in placeItems()
DCodeItem.java303 throw ExceptionWithContext.withContext(ex, "...while writing " + in writeCodes()
DDexFile.java529 throw ExceptionWithContext.withContext(ex, in toDex0()
DDebugInfoEncoder.java165 .withContext(ex, "...while encoding debug info"); in convert()
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java96 throw ExceptionWithContext.withContext(ex, msg); in translate()
199 throw ExceptionWithContext.withContext(ex, msg); in processFields()
369 throw ExceptionWithContext.withContext(ex, msg); in processMethods()
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvInsnList.java156 throw ExceptionWithContext.withContext(ex, in writeTo()
/dalvik/dx/src/com/android/dx/dex/code/
DDalvInsnList.java156 throw ExceptionWithContext.withContext(ex, in writeTo()