Home
last modified time | relevance | path

Searched refs:addContext (Results 1 – 14 of 14) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/util/
DExceptionWithContext.java49 ewc.addContext(str); in withContext()
110 public void addContext(String str) { in addContext() method in ExceptionWithContext
/dalvik/dx/src/com/android/dx/cf/code/
DLocalsArraySet.java124 ex.addContext("(locals array set; primary)"); in annotate()
132 ex.addContext("(locals array set: primary for caller " in annotate()
284 ex.addContext( in mergeWithSet()
325 ex.addContext("Merging one locals against caller block " in mergeWithOne()
354 ex.addContext("underlay locals:"); in merge()
356 ex.addContext("overlay locals:"); in merge()
DExecutionStack.java87 ex.addContext("stack[" + idx + "]: " + in annotate()
310 ex.addContext("underlay stack:"); in merge()
312 ex.addContext("overlay stack:"); in merge()
DOneLocalsArray.java62 ex.addContext("locals[" + Hex.u2(i) + "]: " + s); in annotate()
212 ex.addContext("underlay locals:"); in merge()
214 ex.addContext("overlay locals:"); in merge()
DMerger.java130 ex.addContext("...while merging stack[" + Hex.u2(i) + "]"); in mergeStack()
DRopper.java352 ex.addContext("...while working on method " + in convert()
744 ex.addContext("...while working on block " + Hex.u2(offset)); in doit()
863 ex.addContext("...while merging to block " + Hex.u2(succ)); in processBlock()
922 ex.addContext("...while merging exception to block " + in processBlock()
DBytecodeArray.java807 ex.addContext("...at bytecode offset " + Hex.u4(offset)); in parseInstruction()
811 se.addContext("...at bytecode offset " + Hex.u4(offset)); in parseInstruction()
/dalvik/dx/src/com/android/dx/cf/direct/
DAttributeListParser.java153 ex.addContext("...while parsing attributes[" + i + "]"); in parse()
157 pe.addContext("...while parsing attributes[" + i + "]"); in parse()
DMemberListParser.java227 ex.addContext("...while parsing " + humanName() + "s[" + i + in parse()
232 pe.addContext("...while parsing " + humanName() + "s[" + i + in parse()
DAttributeFactory.java99 ex.addContext("...while parsing " + in parse()
DDirectClassFile.java408 ex.addContext("...while parsing " + filePath); in parse()
412 pe.addContext("...while parsing " + filePath); in parse()
/dalvik/dx/src/com/android/dx/cf/cst/
DConstantPoolParser.java233 ex.addContext("...while preparsing cst " + Hex.u2(i) + " at offset " + Hex.u4(at)); in determineOffsets()
343 ex.addContext("...while parsing cst " + Hex.u2(idx) + in parse0()
348 pe.addContext("...while parsing cst " + Hex.u2(idx) + in parse0()
/dalvik/dx/src/com/android/dx/dex/file/
DDexFile.java578 ec.addContext("...while writing section " + i); in toDex0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDexFile.java561 ec.addContext("...while writing section " + i); in toDex0()