Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dex/util/
DExceptionWithContext.java39 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext() method in ExceptionWithContext
/dalvik/dexgen/src/com/android/dexgen/util/
DExceptionWithContext.java40 public static ExceptionWithContext withContext(Throwable ex, String str) { in withContext() method in ExceptionWithContext
/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/file/
DOffsettedItem.java175 throw ExceptionWithContext.withContext(ex, in writeTo()
DDebugInfoItem.java76 throw ExceptionWithContext.withContext(ex, in place0()
DDebugInfoDecoder.java220 throw ExceptionWithContext.withContext(ex, in decode()
445 throw ExceptionWithContext.withContext(ex, in validateEncode()
DMixedItemSection.java321 throw ExceptionWithContext.withContext(ex, in placeItems()
DCodeItem.java296 throw ExceptionWithContext.withContext(ex, "...while writing " + in writeCodes()
DDexFile.java682 throw ExceptionWithContext.withContext(ex, in toDex0()
DDebugInfoEncoder.java173 .withContext(ex, "...while encoding debug info"); in convert()
/dalvik/dx/src/com/android/dx/dex/cf/
DCfTranslator.java105 throw ExceptionWithContext.withContext(ex, msg); in translate()
227 throw ExceptionWithContext.withContext(ex, msg); in processFields()
398 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.java160 throw ExceptionWithContext.withContext(ex, in writeTo()