Searched defs:lh (Results 1 - 15 of 15) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/objects/
H A DXStringForChars.java153 * @param lh A non-null reference to a LexicalHandler.
157 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
160 lh.comment((char[])m_obj, m_start, m_length);
H A DXString.java216 * @param lh A non-null reference to a LexicalHandler.
220 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
226 lh.comment(str.toCharArray(), 0, str.length());
H A DXStringForFSB.java194 * @param lh A non-null reference to a LexicalHandler.
198 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
201 fsb().sendSAXComment(lh, m_start, m_length);
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DXMLString.java55 * @param lh A non-null reference to a LexicalHandler.
59 public abstract void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
H A DXMLStringDefault.java65 * @param lh A non-null reference to a LexicalHandler.
69 public void dispatchAsComment(org.xml.sax.ext.LexicalHandler lh) argument
/openjdk7/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp159 static int object_size(int lh, int length) { argument
160 int instance_header_size = Klass::layout_helper_header_size(lh);
161 int element_shift = Klass::layout_helper_log2_element_size(lh);
162 DEBUG_ONLY(BasicType etype = Klass::layout_helper_element_type(lh));
H A Dklass.cpp203 int lh = array_layout_helper(tag, hsize, etype, exact_log2(esize)); local
205 assert(lh < (int)_lh_neutral_value, "must look like an array layout");
206 assert(layout_helper_is_javaArray(lh), "correct kind");
207 assert(layout_helper_is_objArray(lh) == isobj, "correct kind");
208 assert(layout_helper_is_typeArray(lh) == !isobj, "correct kind");
209 assert(layout_helper_header_size(lh) == hsize, "correct decode");
210 assert(layout_helper_element_type(lh) == etype, "correct decode");
211 assert(1 << layout_helper_log2_element_size(lh) == esize, "correct decode");
213 return lh;
H A Dklass.hpp346 void set_layout_helper(int lh) { _layout_helper = lh; }
405 static int layout_helper_size_in_bytes(jint lh) {
406 assert(lh > (jint)_lh_neutral_value, "must be instance");
407 return (int) lh & ~_lh_instance_slow_path_bit;
409 static bool layout_helper_needs_slow_path(jint lh) { argument
410 assert(lh > (jint)_lh_neutral_value, "must be instance");
411 return (lh & _lh_instance_slow_path_bit) != 0;
413 static bool layout_helper_is_instance(jint lh) { argument
414 return (jint)lh > (jin
416 layout_helper_is_javaArray(jint lh) argument
419 layout_helper_is_typeArray(jint lh) argument
423 layout_helper_is_objArray(jint lh) argument
427 layout_helper_header_size(jint lh) argument
433 layout_helper_element_type(jint lh) argument
439 layout_helper_log2_element_size(jint lh) argument
455 layout_helper_to_size_helper(jint lh) argument
[all...]
H A Doop.inline.hpp432 int lh = klass->layout_helper(); local
435 // lh is now a value computed at class initialization that may hint
446 if (lh > Klass::_lh_neutral_value) {
447 if (!Klass::layout_helper_needs_slow_path(lh)) {
448 s = lh >> LogHeapWordSize; // deliver size scaled by wordSize
452 } else if (lh <= Klass::_lh_neutral_value) {
454 if (lh < Klass::_lh_neutral_value) {
471 size_in_bytes = size_in_bytes << Klass::layout_helper_log2_element_size(lh);
474 size_in_bytes = array_length << Klass::layout_helper_log2_element_size(lh);
476 size_in_bytes += Klass::layout_helper_header_size(lh);
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java434 SynthMenuItemLayoutHelper lh = new SynthMenuItemLayoutHelper(
443 int gap = lh.getGap();
445 MenuItemLayoutHelper.addMaxWidth(lh.getCheckSize(), gap, result);
446 MenuItemLayoutHelper.addMaxWidth(lh.getLabelSize(), gap, result);
447 MenuItemLayoutHelper.addWidth(lh.getMaxAccOrArrowWidth(), 5 * gap, result);
452 result.height = MenuItemLayoutHelper.max(lh.getCheckSize().getHeight(),
453 lh.getLabelSize().getHeight(), lh.getAccSize().getHeight(),
454 lh.getArrowSize().getHeight());
457 Insets insets = lh
507 paintMenuItem(Graphics g, SynthMenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
524 paintBackground(Graphics g, SynthMenuItemLayoutHelper lh) argument
533 paintIcon(Graphics g, SynthMenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
559 paintCheckIcon(Graphics g, SynthMenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
568 paintAccText(Graphics g, SynthMenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
580 paintText(Graphics g, SynthMenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
598 paintArrowIcon(Graphics g, SynthMenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
[all...]
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_ImageLookUp_Bit.c599 DTYPE dd_array0[16], dd_array1[16], lh[4], dd; local
622 ((mlib_u32*)lh)[0] = l; ((mlib_u32*)lh)[1] = l;
623 ((mlib_u32*)lh)[2] = l; ((mlib_u32*)lh)[3] = h;
624 ((mlib_u32*)lh)[4] = h; ((mlib_u32*)lh)[5] = l;
625 ((mlib_u32*)lh)[6] = h; ((mlib_u32*)lh)[7] = h;
628 dd_array0[ 0] = lh[
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicMenuItemUI.java412 MenuItemLayoutHelper lh = new MenuItemLayoutHelper(mi, checkIcon,
422 result.width = lh.getLeadingGap();
423 MenuItemLayoutHelper.addMaxWidth(lh.getCheckSize(),
424 lh.getAfterCheckIconGap(), result);
426 if ((!lh.isTopLevelMenu())
427 && (lh.getMinTextOffset() > 0)
428 && (result.width < lh.getMinTextOffset())) {
429 result.width = lh.getMinTextOffset();
431 MenuItemLayoutHelper.addMaxWidth(lh.getLabelSize(), lh
513 paintIcon(Graphics g, MenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr, Color holdc) argument
538 paintCheckIcon(Graphics g, MenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr, Color holdc, Color foreground) argument
557 paintAccText(Graphics g, MenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
595 paintText(Graphics g, MenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr) argument
608 paintArrowIcon(Graphics g, MenuItemLayoutHelper lh, MenuItemLayoutHelper.LayoutResult lr, Color foreground) argument
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Druntime.cpp239 int lh = Klass::cast(klass)->layout_helper(); variable
240 if (Klass::layout_helper_needs_slow_path(lh)
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java3896 LexicalHandler lh; field in class:XMLKit.Outputter
3898 Outputter(ContentHandler ch, LexicalHandler lh) { argument
3900 this.lh = lh;
3923 lh.comment(chars, 0, chars.length);
4075 public static void output(Object e, ContentHandler ch, LexicalHandler lh) throws SAXException { argument
4076 new Outputter(ch, lh).output(e);
/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.cpp3611 jint lh = Klass::instance_layout_helper(instance_size, false); local
3612 this_klass->set_layout_helper(lh);
3919 jint lh = Klass::instance_layout_helper(k->size_helper(), true); local
3920 k->set_layout_helper(lh);

Completed in 856 milliseconds