Home
last modified time | relevance | path

Searched defs:opens (Results 1 – 9 of 9) sorted by relevance

/external/turbine/java/com/google/turbine/binder/bound/
DModuleInfo.java33 private final ImmutableList<OpenInfo> opens; field in ModuleInfo
44 ImmutableList<OpenInfo> opens, in ModuleInfo()
82 public ImmutableList<OpenInfo> opens() { in opens() method in ModuleInfo
DSourceModuleInfo.java41 ImmutableList<OpenInfo> opens, in SourceModuleInfo()
/external/ow2-asm/asm-tree/src/main/java/org/objectweb/asm/tree/
DModuleNode.java74 public List<ModuleOpenNode> opens; field in ModuleNode
129 final List<ModuleOpenNode> opens, in ModuleNode()
/external/ow2-asm/asm/src/main/java/org/objectweb/asm/
DModuleWriter.java73 private final ByteVector opens; field in ModuleWriter
DClassReader.java840 String opens = readPackage(currentOffset, buffer); in readModuleAttributes() local
/external/turbine/java/com/google/turbine/binder/
DModuleBinder.java112 ImmutableList.Builder<ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in bind() local
/external/turbine/java/com/google/turbine/bytecode/
DClassFile.java832 private final ImmutableList<OpenInfo> opens; field in ClassFile.ModuleInfo
842 ImmutableList<OpenInfo> opens, in ModuleInfo()
875 public ImmutableList<OpenInfo> opens() { in opens() method in ClassFile.ModuleInfo
DClassReader.java291 ImmutableList.Builder<ClassFile.ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in readModule() local
/external/turbine/java/com/google/turbine/lower/
DLower.java250 ImmutableList.Builder<ClassFile.ModuleInfo.OpenInfo> opens = ImmutableList.builder(); in lowerModule() local