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

/openjdk7/hotspot/src/cpu/zero/vm/
H A DentryFrame_zero.hpp50 enum Layout { enum in class:EntryFrame
H A DinterpreterFrame_zero.hpp58 enum Layout { enum in class:InterpreterFrame
H A DfakeStubFrame_zero.hpp45 enum Layout { enum in class:FakeStubFrame
H A DsharkFrame_zero.hpp58 enum Layout { enum in class:SharkFrame
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java51 Layout def; // the name and format of this attr
56 public Layout layout() { return def; }
67 public Attribute(Layout def, byte[] bytes, Object fixups) {
73 public Attribute(Layout def, byte[] bytes) {
108 private static final Map<Layout, Attribute> attributes = new HashMap<>();
109 private static final Map<Layout, Attribute> standardDefs = new HashMap<>();
130 Layout key = Layout.makeKey(ctype, name, layout);
134 a = new Layout(ctype, name, layout).canonicalInstance();
141 public static Layout keyForLooku
450 class Layout implements Comparable { class in class:Attribute
472 public Layout(int ctype, String name, String layout) { method in class:Attribute.Layout
509 private Layout() {} method in class:Attribute.Layout
[all...]

Completed in 34 milliseconds