Searched refs:Top (Results 1 - 10 of 10) sorted by relevance

/openjdk7/langtools/test/tools/javac/ImportCycle/foo/
H A DTop.java26 public interface Top extends Middle { } interface in inherits:Middle
H A DBottom.java26 import foo.Top;
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib.h98 int Left, Top, Width, Height, /* Current image dimensions. */ member in struct:GifImageDesc
H A Ddgif_lib.c364 DGifGetWord(GifFile, &GifFile->Image.Top) == GIF_ERROR ||
/openjdk7/jdk/src/share/native/sun/awt/splashscreen/
H A Dsplashscreen_gif.c147 cy = FIX_POINT(desc->Top, 0, gif->SHeight);
149 ch = FIX_LENGTH(desc->Top, desc->Height, gif->SHeight);
/openjdk7/hotspot/src/share/vm/opto/
H A Dtype.cpp55 T_VOID, // Top
225 TOP = make(Top); // No values in set
600 if( _base == Top ) return t;
605 // Current "this->_base" is one of: Bad, Multi, Control, Top,
664 case Top: // Top of the lattice
685 Bottom, // Top
715 Top // Bottom
770 return _base == Top || _base == Half;
779 case Top
[all...]
H A DphaseX.cpp589 case Type::Top: return (ConNode*) C->top();
1415 switch (t->base() == t0->base() ? t->base() : Type::Top) {
1481 // Top level driver for the recursive transformer
H A Dtype.hpp78 Top, // Top of the lattice enumerator in enum:Type::TYPES
134 // Top-level hash-table of types
228 const TypeD *isa_double() const; // Returns NULL if not a Double{Top,Con,Bot}
231 const TypeF *isa_float() const; // Returns NULL if not a Float{Top,Con,Bot}
H A Dcallnode.cpp369 case Type::Top:
H A Doutput.cpp796 case Type::Top: // Add an illegal value here
2451 // or Top. bb->_nodes[_bb_start] is the first schedulable instruction.
2461 if( iop == Op_Con ) continue; // Do not schedule Top

Completed in 68 milliseconds