Home
last modified time | relevance | path

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

/cts/tools/dex-tools/test/dex/reader/util/
DJavaSourceToDexUtil.java64 Set<MemoryByteCode> byteCodeInMemory = compileToByteCode(sources); in getFrom()
86 public Set<MemoryByteCode> compileToByteCode(Set<JavaSource> source) { in compileToByteCode() method in JavaSourceToDexUtil