Searched refs:sources (Results 1 – 2 of 2) sorted by relevance
51 public dex.structure.DexFile getAllFrom(Set<JavaSource> sources) throws IOException{ in getAllFrom() argument52 return getFrom(sources, null); in getAllFrom()62 public dex.structure.DexFile getFrom(Set<JavaSource> sources, in getFrom() argument64 Set<MemoryByteCode> byteCodeInMemory = compileToByteCode(sources); in getFrom()
335 sources = [338 sources = set(filter(bool, sources))339 paths = [dst for src, dst, tag in sources if src and dst]