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

/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DDebugInfoEncoder.java432 emitStringIndex(null);
434 emitStringIndex(arg.getName());
448 emitStringIndex(null);
639 private void emitStringIndex(CstString string) throws IOException { method in class:DebugInfoEncoder
695 emitStringIndex(entry.getName());
724 emitStringIndex(entry.getName());
726 emitStringIndex(entry.getSignature());

Completed in 120 milliseconds