Searched refs:addContext (Results 1 - 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/util/
H A DExceptionWithContext.java49 ewc.addContext(str);
110 public void addContext(String str) { method in class:ExceptionWithContext
/dalvik/dx/src/com/android/dx/cf/code/
H A DExecutionStack.java80 ex.addContext("stack[" + idx + "]: " +
272 ex.addContext("underlay stack:");
274 ex.addContext("overlay stack:");
H A DOneLocalsArray.java63 ex.addContext("locals[" + Hex.u2(i) + "]: " + s);
213 ex.addContext("underlay locals:");
215 ex.addContext("overlay locals:");
H A DLocalsArraySet.java126 ex.addContext("(locals array set; primary)");
134 ex.addContext("(locals array set: primary for caller "
286 ex.addContext(
327 ex.addContext("Merging one locals against caller block "
356 ex.addContext("underlay locals:");
358 ex.addContext("overlay locals:");
H A DMerger.java130 ex.addContext("...while merging stack[" + Hex.u2(i) + "]");
H A DRopper.java255 ex.addContext("...while working on method " +
641 ex.addContext("...while working on block " + Hex.u2(offset));
760 ex.addContext("...while merging to block " + Hex.u2(succ));
819 ex.addContext("...while merging exception to block " +
H A DBytecodeArray.java790 ex.addContext("...at bytecode offset " + Hex.u4(offset));
794 se.addContext("...at bytecode offset " + Hex.u4(offset));
/dalvik/dx/src/com/android/dx/cf/direct/
H A DAttributeListParser.java153 ex.addContext("...while parsing attributes[" + i + "]");
157 pe.addContext("...while parsing attributes[" + i + "]");
H A DMemberListParser.java227 ex.addContext("...while parsing " + humanName() + "s[" + i +
232 pe.addContext("...while parsing " + humanName() + "s[" + i +
H A DAttributeFactory.java99 ex.addContext("...while parsing " +
H A DDirectClassFile.java395 ex.addContext("...while parsing " + filePath);
399 pe.addContext("...while parsing " + filePath);
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java201 ex.addContext("...while preparsing cst " + Hex.u2(i) +
301 ex.addContext("...while parsing cst " + Hex.u2(idx) +
306 pe.addContext("...while parsing cst " + Hex.u2(idx) +
/dalvik/dx/src/com/android/dx/dex/file/
H A DDexFile.java562 ec.addContext("...while writing section " + i);

Completed in 555 milliseconds