Searched defs:writeCommentIfResourceId (Results 1 - 1 of 1) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItem.java267 boolean isResourceId = writeCommentIfResourceId(writer);
544 protected boolean writeCommentIfResourceId(IndentingWriter writer) throws IOException { method in class:InstructionMethodItem
545 return writeCommentIfResourceId(writer, ((NarrowLiteralInstruction)instruction).getNarrowLiteral());
548 protected boolean writeCommentIfResourceId(IndentingWriter writer, int val) throws IOException { method in class:InstructionMethodItem

Completed in 923 milliseconds