Home
last modified time | relevance | path

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

/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()
285 ex.addContext( in mergeWithSet()
326 ex.addContext("Merging one locals against caller block " in mergeWithOne()
355 ex.addContext("underlay locals:"); in merge()
357 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.java64 ex.addContext("locals[" + Hex.u2(i) + "]: " + s); in annotate()
224 ex.addContext("underlay locals:"); in merge()
226 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()
746 ex.addContext("...while working on block " + Hex.u2(offset)); in doit()
865 ex.addContext("...while merging to block " + Hex.u2(succ)); in processBlock()
924 ex.addContext("...while merging exception to block " + in processBlock()
DBytecodeArray.java811 ex.addContext("...at bytecode offset " + Hex.u4(offset)); in parseInstruction()
815 se.addContext("...at bytecode offset " + Hex.u4(offset)); in parseInstruction()
/dalvik/dx/src/com/android/dex/util/
DExceptionWithContext.java48 ewc.addContext(str); in withContext()
109 public void addContext(String str) { in addContext() method in ExceptionWithContext
/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/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.java436 ex.addContext("...while parsing " + filePath); in parse()
440 pe.addContext("...while parsing " + filePath); in parse()
/dalvik/dx/src/com/android/dx/cf/cst/
DConstantPoolParser.java242 ex.addContext("...while preparsing cst " + Hex.u2(i) + " at offset " + Hex.u4(at)); in determineOffsets()
392 ex.addContext("...while parsing cst " + Hex.u2(idx) + in parse0()
397 pe.addContext("...while parsing cst " + Hex.u2(idx) + in parse0()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DDexFile.java561 ec.addContext("...while writing section " + i); in toDex0()
/dalvik/dx/src/com/android/dx/dex/file/
DDexFile.java718 ec.addContext("...while writing section " + i); in toDex0()