Searched refs:insert (Results 176 - 200 of 218) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/opto/
H A Dblock.cpp64 void Block_List::insert(uint i, Block *b) {
535 _blocks.insert(block_no + 1, block);
626 _blocks.insert(b_index + 1, bx);
743 // but it is not the next block => insert a goto
H A Dnode.hpp1319 void insert( uint i, Node *n );
1340 void insert( uint i, Node *n ) { Node_Array::insert(i,n); _cnt++; } function in class:Node_List
H A Dchaitin.cpp245 // ranges or inserting copies. For the moment, we insert "virtual copies"
302 // not match the Phi itself, insert a copy.
1269 // Re-insert into the IFG
1371 // For vectors and pairs, also insert the low bit of the pair
1555 startb->_nodes.insert(startb->find_node(C->top()), base );
1603 b->_nodes.insert( i, base ); // Must insert created Phi here as base
1628 // At each Safepoint, insert extra debug edges for each pair of derived value/
1728 liveout.insert( lidx );
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXTextAreaPeer.java469 // JTextArea.setText() posts two different events (remove & insert).
484 * insert the text "txt on position "pos" in the array lines
487 public void insert(String txt, int p) { method in class:XTextAreaPeer
490 jtext.insert(txt,p);
539 insert(txt, pos);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DMode.java1008 if (ilKey != null) body.insert(ilKey);
1357 if (ilKey != null) body.insert(ilKey);
1470 il.insert(match[0], load_m);
1494 il.insert(match[1], new DUP());
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/ValueDefPackage/
H A DFullValueDescriptionHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ValueDefPackage.FullValueDescription that) method in class:FullValueDescriptionHelper
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DView.java396 * @param offs the offset of the view to insert before >= 0
401 public void insert(int offs, View v) { method in class:View
423 * this acts as an insert. If there are no views to
430 * @param offset the starting index into the child views to insert
H A DDefaultStyledDocument.java183 protected void insert(int offset, ElementSpec[] data) throws BadLocationException { method in class:DefaultStyledDocument
202 // Nothing to insert, bail.
212 buffer.insert(offset, length, data, evnt);
797 buffer.insert(offset, length, spec, chng);
1425 * @param data the data to insert
1428 public void insert(int offset, int length, ElementSpec[] data, method in class:DefaultStyledDocument.ElementBuffer
1529 * @param data the elements to insert
1597 // An insert at 0 with an initial end implies some elements
2356 * This is called from insert when the first element is NOT content.
2472 transient boolean recreateLeafs; // For insert
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DResourceRecord.java506 buf.insert(start, '"');
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp580 return fInsertionList->insert(atIndex, insertCount, success);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java615 buffer.insert(0, '-');
936 buffer.insert(digits - scale, '.');
H A DCDRInputStream_1_0.java1817 buffer.insert(digits - scale, '.');
1860 buffer.insert(0, '-');
H A DCDROutputStream_1_0.java1634 stringBuffer.insert(0, integerPart);
1637 stringBuffer.insert(0, '0');
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DFixedHeightLayoutCache.java992 insert(child, counter);
1211 insert(newChild, counter);
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.cpp76 void ChainList::insert(const char *name, const char *cost, const char *rule) { function in class:ChainList
435 lst->insert(result, cost, result);
H A Dformssel.cpp932 _components.insert(name, opForm->_ident, e->_use_def, false);
949 _components.insert(name, opForm->_ident, Component::INVALID, false);
966 _components.insert(name, opForm->_ident, e->_use_def, false);
2316 _components.insert(name, opForm->_ident, Component::INVALID, false);
2892 void ComponentList::insert(Component *component, bool mflag) { function in class:ComponentList
2896 void ComponentList::insert(const char *name, const char *opType, int usedef, function in class:ComponentList
2899 insert(component, mflag);
3185 components.insert(_name, _opType, usedef, true);
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUIImpl.java239 contextMenu.insert(getChangeToParentDirectoryAction(), 0);
241 contextMenu.insert(getGoHomeAction(), 1);
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DProcessPath.java1781 public void insert(Point pnt, int cy) { method in class:ProcessPath.ActiveEdgeList
1964 activeList.insert(pt.prev, y);
1973 activeList.insert(pt, y);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/ui/
H A DAnnotatedMemoryPanel.java262 annotations.insert(annotation.getInterval(), annotation);
/openjdk7/jdk/src/share/classes/sun/awt/geom/
H A DOrder3.java56 public static void insert(Vector curves, double tmp[], method in class:Order3
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1RemSet.cpp578 // The result from the hot card cache insert call is either:
592 card_ptr = hot_card_cache->insert(card_ptr);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DHierarchicalLayoutManager.java663 r.insert(n, optimal);
671 r.insert(n, optimal);
681 r.insert(n, optimal);
691 r.insert(n, optimal);
713 public void insert(LayoutNode n, int pos) { method in class:HierarchicalLayoutManager.NodeRow
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DRangeImpl.java706 // insert <h1>: <body></h1><p/></body>. Range(start;end): body,0; body,2
925 void insertData(CharacterData node, int index, String insert) { argument
927 node.insertData( index, insert);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.cpp894 void NativeJump::insert(address code_pos, address entry) { function in class:NativeJump
904 // Set up the jump sequence using NativeJump::insert, and then use an annulled
925 void NativeIllegalInstruction::insert(address code_pos) { function in class:NativeIllegalInstruction
/openjdk7/jdk/src/share/back/
H A DeventHandler.c190 insert(HandlerChain *chain, HandlerNode *node) function
1632 insert(getHandlerChain(node->ei), node);

Completed in 184 milliseconds

123456789