Home
last modified time | relevance | path

Searched refs:writeCommentIfResourceId (Results 1 – 4 of 4) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java267 boolean isResourceId = writeCommentIfResourceId(writer); in writeTo()
544 protected boolean writeCommentIfResourceId(IndentingWriter writer) throws IOException { in writeCommentIfResourceId() method in InstructionMethodItem
545 …return writeCommentIfResourceId(writer, ((NarrowLiteralInstruction)instruction).getNarrowLiteral()… in writeCommentIfResourceId()
548 protected boolean writeCommentIfResourceId(IndentingWriter writer, int val) throws IOException { in writeCommentIfResourceId() method in InstructionMethodItem
DArrayDataMethodItem.java72 boolean isResourceId = writeCommentIfResourceId(writer, value); in writeTo()
DSparseSwitchMethodItem.java83 writeCommentIfResourceId(writer, target.getKey()); in writeTo()
DPackedSwitchMethodItem.java95 writeCommentIfResourceId(writer, key); in writeTo()