Home
last modified time | relevance | path

Searched refs:writeCommentIfLikelyFloat (Results 1 – 2 of 2) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DInstructionMethodItem.java268 if (!isResourceId) writeCommentIfLikelyFloat(writer); in writeTo()
492 protected void writeCommentIfLikelyFloat(IndentingWriter writer) throws IOException { in writeCommentIfLikelyFloat() method in InstructionMethodItem
493writeCommentIfLikelyFloat(writer, ((NarrowLiteralInstruction)instruction).getNarrowLiteral()); in writeCommentIfLikelyFloat()
496 protected void writeCommentIfLikelyFloat(IndentingWriter writer, int val) throws IOException { in writeCommentIfLikelyFloat() method in InstructionMethodItem
DArrayDataMethodItem.java73 if (!isResourceId) writeCommentIfLikelyFloat(writer, value); in writeTo()