Searched refs:TypeContext (Results 1 - 2 of 2) sorted by relevance

/openjdk9/corba/src/jdk.rmic/share/classes/sun/rmi/rmic/iiop/
H A DContextStack.java81 private TypeContext[] stack = new TypeContext[maxIndex];
85 private TypeContext tempContext = new TypeContext();
200 public TypeContext push (ContextElement element) {
208 TypeContext[] newStack = new TypeContext[newMax];
216 TypeContext it = stack[currentIndex];
219 it = new TypeContext();
240 public TypeContext po
385 class TypeContext { class
[all...]
/openjdk9/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp37 class TypeContext;

Completed in 43 milliseconds