Searched defs:top (Results 51 - 75 of 128) sorted by relevance

123456

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1HRPrinter.hpp73 // only prints the region's bottom. The parameters type and top are
76 HeapRegion* hr, HeapWord* top);
103 void alloc(RegionType type, HeapRegion* hr, HeapWord* top) { argument
105 print(Alloc, type, hr, top);
111 if (!SKIP_RETIRED_FULL_REGIONS || hr->top() < hr->end()) {
112 print(Retire, Unset, hr, hr->top());
143 print(PostCompaction, type, hr, hr->top());
/openjdk7/hotspot/src/share/vm/memory/
H A DthreadLocalAllocBuffer.cpp125 CollectedHeap::fill_with_object(top(), hard_end(), retire);
135 (start() == NULL && end() == NULL && top() == NULL),
178 HeapWord* top,
184 assert(top <= start + new_size - alignment_reserve(), "size too small");
185 initialize(start, top, start + new_size - alignment_reserve());
192 HeapWord* top,
195 set_top(top);
196 set_pf_top(top);
203 NULL, // top
305 HeapWord* t = top();
177 fill(HeapWord* start, HeapWord* top, size_t new_size) argument
191 initialize(HeapWord* start, HeapWord* top, HeapWord* end) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTableHeaderUI.java102 contentTop = margins.top;
210 * A border with an Icon at the middle of the top side.
215 private final int top; field in class:WindowsTableHeaderUI.IconBorder
222 * @param top, left, bottom, right - outer insets for this border
224 public IconBorder(Icon icon, int top, int left, argument
227 this.top = top;
233 return new Insets(icon.getIconHeight() + top, left, bottom, right);
242 y + top);
/openjdk7/jdk/make/tools/src/build/tools/generatenimbus/
H A DSynthModel.java134 @XmlAttribute private int top; field in class:Border
143 painter, top, left, bottom, right);
146 top, left, bottom, right);
154 @XmlAttribute int top; field in class:Insets
163 public Insets(int top, int left, int bottom, int right) { argument
164 this.top = top;
173 uiSuffix, top, left, bottom, right);
203 /** List of shapes in this layer, first shape is painted on top */
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_FourByteAbgrPre.c189 int left, top; local
198 top = glyphs[glyphCounter].y;
203 bottom = top + height;
208 if (top < clipTop) {
209 pixels += (clipTop - top) * rowBytes;
210 top = clipTop;
218 if (right <= left || bottom <= top) {
222 height = bottom - top;
225 PTR_ADD(dstBase, top*scan + 4*left);
H A Dvis_IntArgb.c386 int left, top; local
395 top = glyphs[glyphCounter].y;
400 bottom = top + height;
405 if (top < clipTop) {
406 pixels += (clipTop - top) * rowBytes;
407 top = clipTop;
415 if (right <= left || bottom <= top) {
419 height = bottom - top;
422 PTR_ADD(dstBase, top*scan + 4*left);
H A Dvis_IntArgbBm.c565 int left, top; local
574 top = glyphs[glyphCounter].y;
579 bottom = top + height;
584 if (top < clipTop) {
585 pixels += (clipTop - top) * rowBytes;
586 top = clipTop;
594 if (right <= left || bottom <= top) {
598 height = bottom - top;
601 PTR_ADD(dstBase, top*scan + 4*left);
H A Dvis_IntBgr.c846 int left, top; local
855 top = glyphs[glyphCounter].y;
860 bottom = top + height;
865 if (top < clipTop) {
866 pixels += (clipTop - top) * rowBytes;
867 top = clipTop;
875 if (right <= left || bottom <= top) {
879 height = bottom - top;
882 PTR_ADD(dstBase, top*scan + 4*left);
H A Dvis_IntRgb.c572 int left, top; local
581 top = glyphs[glyphCounter].y;
586 bottom = top + height;
591 if (top < clipTop) {
592 pixels += (clipTop - top) * rowBytes;
593 top = clipTop;
601 if (right <= left || bottom <= top) {
605 height = bottom - top;
608 PTR_ADD(dstBase, top*scan + 4*left);
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11TextRenderer_md.c110 int y, left, top, right, bottom, width, height; local
129 top = glyphs[glyphCounter].y;
135 bottom = top + height;
140 if (top < clipTop) {
141 pixels += (clipTop - top) * rowBytes;
142 top = clipTop;
150 if (right <= left || bottom <= top) {
154 height = bottom - top;
155 top -= clipTop;
157 pPix = ((jubyte *) theImage->data) + (left >> 3) + top * sca
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DConfigurationImpl.java95 * Argument for command line option "-top".
97 public String top = ""; field in class:ConfigurationImpl
239 } else if (opt.equals("-top")) {
240 top = os[1];
327 option.equals("-top") ||
/openjdk7/jaxp/src/com/sun/java_cup/internal/runtime/
H A Dlr_parser.java34 * matching the right hand side of a production appear on the top of the
43 * on top of the parse stack (stored as part of a Symbol object representing
191 * is on top of the stack) and the given terminal is next on the input.
213 * the stack. The new top of stack indicates a state. This table is
264 /** Indication of the index for top of stack (for use by actions). */
320 * @param top the index of the top element of the parse stack.
326 int top)
571 /* current state is always on the top of the stack */
761 /* current state is always on the top o
322 do_action( int act_num, lr_parser parser, Stack stack, int top) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DXPathParser.java837 int top)
841 return action_obj.CUP$XPathParser$do_action(act_num, parser, stack, top);
1125 int CUP$XPathParser$top)
1139 CUP$XPathParser$result = new com.sun.java_cup.internal.runtime.Symbol(37/*QName*/, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).left, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).right, RESULT);
1148 CUP$XPathParser$result = new com.sun.java_cup.internal.runtime.Symbol(37/*QName*/, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).left, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).right, RESULT);
1157 CUP$XPathParser$result = new com.sun.java_cup.internal.runtime.Symbol(37/*QName*/, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).left, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top-0)).right, RESULT);
1166 CUP$XPathParser$result = new com.sun.java_cup.internal.runtime.Symbol(37/*QName*/, ((com.sun.java_cup.internal.runtime.Symbol)CUP$XPathParser$stack.elementAt(CUP$XPathParser$top
833 do_action( int act_num, com.sun.java_cup.internal.runtime.lr_parser parser, java.util.Stack stack, int top) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DCellTypeState.java138 // The top bit is only set when all info bits are set:
164 "check to make sure top/bottom info is not used");
221 // If the top bit is set, we don't need to do any more work.
224 "only addresses and references have non-top info");
227 // The two values being merged are different. Raise to top.
297 public static CellTypeState top = CellTypeState.makeTop(); field in class:CellTypeState
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DcardTableExtension.cpp156 oop* top; local
170 top = sp_top;
174 top = (oop*)addr_for(first_clean_card);
175 oop* top_obj = (oop*)start_array->object_start((HeapWord*)top);
176 // top_obj = (oop*)start_array->object_start((HeapWord*)top);
177 assert(top_obj <= top, "just checking");
185 top = top_obj + oop(top_obj)->size();
186 jbyte* top_card = CardTableModRefBS::byte_for(top - 1); // top is exclusive
213 } while (bottom_obj < top);
437 jbyte* top = card_table->byte_for(mr.end()); local
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp205 // don't inline exception code unless the top method belongs to an
249 // don't inline exception code unless the top method belongs to an
253 const InlineTree *top = this; local
254 while (top->caller_tree() != NULL) top = top->caller_tree();
255 ciInstanceKlass* k = top->method()->holder();
475 const InlineTree *top = this; local
476 while( top->caller_tree() != NULL ) { top
[all...]
H A DidealKit.hpp138 State state() { return (State)(_state->top()); }
154 Node* top() { return C->top(); } function in class:IdealKit
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaUtilControlSize.java226 this.insets = new InsetsUIResource(desc.insets.top, desc.insets.left, desc.insets.bottom, desc.insets.right);
227 this.margins = new InsetsUIResource(desc.margins.top, desc.margins.left, desc.margins.bottom, desc.margins.right);
240 this.insets = new InsetsUIResource(i.top, i.left, i.bottom, i.right);
244 public SizeVariant alterInsets(final int top, final int left, final int bottom, final int right) { argument
245 insets = generateInsets(insets, top, left, bottom, right);
254 public SizeVariant alterMargins(final int top, final int left, final int bottom, final int right) { argument
255 margins = generateInsets(margins, top, left, bottom, right);
276 static Insets generateInsets(final Insets i, final int top, final int left, final int bottom, final int right) { argument
277 if (i == null) return new InsetsUIResource(top, left, bottom, right);
278 i.top
[all...]
/openjdk7/hotspot/src/share/vm/runtime/
H A DcompilationPolicy.cpp456 RFrame* top = findTopInlinableFrame(stack); local
458 assert(top != NULL, "findTopInlinableFrame returned null");
459 if (TraceCompilationPolicy) top->print();
460 CompileBroker::compile_method(top->top_method(), InvocationEntryBci, comp_level,
H A DvframeArray.cpp179 assert(is_top_frame, "reexecute allowed only for the top frame");
201 assert(*bcp != Bytecodes::_monitorenter || is_top_frame, "a _monitorenter must be a top frame");
215 // Pop top frame after deoptimization
225 // Reexecute invoke in top frame
234 // Force early return from top frame after deoptimization
241 // Possibly override the previous pc computation of the top (youngest) frame
292 BasicObjectLock* top = iframe()->interpreter_frame_monitor_begin(); local
294 top = iframe()->previous_monitor_in_interpreter_frame(top);
296 top
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DgrowableArray.hpp32 #include "utilities/top.hpp"
235 E top() const { function in class:GrowableArray
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/output/
H A DNamespaceContextImpl.java98 private final Element top; field in class:NamespaceContextImpl
114 current = top = new Element(this,null);
130 current = top;
/openjdk7/jdk/src/solaris/classes/sun/java2d/jules/
H A DJulesAATileGenerator.java52 int left, right, top, bottom, width, height; field in class:JulesAATileGenerator
105 top = traps.getTop();
108 topFP = top << 16;
111 bbox[1] = top;
116 height = bottom - top;
135 int top = traps.getTop(i) - XRUtils.XDoubleToFixed(this.top);
148 int startTileY = top / TILE_SIZE_FP;
241 // Initialize lastBottom with top, in order to pass the checks for the
282 int tileOffsetY = top
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/sparc/
H A DSPARCFrame.java130 public static Address findYoungerSP(Address top, Address find) { argument
131 // top and find are unBiased sp values
134 if (top == null || find == null || findRaw == null) {
135 throw new RuntimeException("bad values for findYoungerSP top: " + top + " find: " + find);
141 Address search = top;
145 System.out.println("findYoungerSP top: " + top + " find: " + find + " findRaw: " + findRaw);
159 System.out.println("findYoungerSP: never found younger, top: " + top
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthTreeUI.java517 protected void paintVerticalLine(Graphics g, JComponent c, int x, int top, argument
520 paintContext, "Tree.verticalLine", g, x, top, x, bottom, linesStyle);

Completed in 120 milliseconds

123456