Home
last modified time | relevance | path

Searched defs:moduleInfo (Results 1 – 4 of 4) sorted by relevance

/external/turbine/java/com/google/turbine/binder/
DCtSymClassBinder.java78 ModuleInfo moduleInfo = BytecodeBinder.bindModuleInfo(name, toByteArrayOrDie(ze)); in bind() local
/external/turbine/java/com/google/turbine/bytecode/
DConstantPoolReader.java127 public String moduleInfo(int index) { in moduleInfo() method in ConstantPoolReader
DConstantPool.java166 int moduleInfo(String value) { in moduleInfo() method in ConstantPool
/external/turbine/java/com/google/turbine/lower/
DLower.java164 ClassFile.ModuleInfo moduleInfo = lowerModule(module); in lower() local