Searched refs:insert (Results 126 - 150 of 218) sorted by relevance

123456789

/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp243 // range spilling will insert a spill in the non-null-block if it is
617 _nodes.insert(node_cnt++, proj);
770 worklist.insert(0, m);
844 _nodes.insert(phi_cnt++, proj);
957 use_blk->_nodes.insert(1, new_phi);
1032 sb->_nodes.insert( 1, clone );
1093 sb->_nodes.insert(1,cex);
H A Doutput.cpp89 _cfg->insert( broot, 0, new (this) MachBreakpointNode() );
94 _cfg->insert( broot, 0, new (this) MachUEPNode() );
110 _cfg->insert( entry, 1, new (this) MachBreakpointNode() );
187 // This mode causes the compiler to insert a call to a runtime routine,
228 // Determining if we should insert a zap-a-lot node in output.
235 bool insert = n->is_MachSafePoint() && (n->as_MachSafePoint()->oop_map() != NULL); local
236 if ( insert ) { // it is MachSafePoint
238 insert = false;
250 insert = false;
253 if (insert) {
[all...]
H A Dreg_split.cpp113 // Skip intervening ProjNodes. Do not insert between a ProjNode and
120 // Do not insert between a call and his Catch
134 b->_nodes.insert(i,spill); // Insert node in block
149 // two helper routines, one for Split DEFS (insert after instruction),
150 // one for Split USES (insert before instruction). DEF insertion
168 assert( loc >= 0, "must insert past block head" );
234 // insert into basic block
557 // Check for need to insert a new phi
560 // needed. If they differ, check for a phi, and insert if missing,
655 // create a new phi node and insert i
1305 int insert = pred->end_idx(); local
[all...]
H A DindexSet.cpp243 insert(element);
260 if (insert(element)) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLNameTranslatorImpl.java602 hexString.insert(0, HEX_DIGITS[mod]);
608 hexString.insert(0, "0");
611 hexString.insert(0, "U");
H A DIDLNameTranslatorImpl_save.sjava579 hexString.insert(0, HEX_DIGITS[mod]);
585 hexString.insert(0, "0");
588 hexString.insert(0, "U");
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DDefaultMutableTreeNode.java160 * @param newChild the MutableTreeNode to insert under this node
172 public void insert(MutableTreeNode newChild, int childIndex) { method in class:DefaultMutableTreeNode
212 * <code>insert()</code> and <code>remove()</code> to
398 * @see #insert
407 insert(newChild, getChildCount() - 1);
409 insert(newChild, getChildCount());
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.cpp89 void VMOperationQueue::insert(VM_Operation* q, VM_Operation* n) { function in class:VMOperationQueue
99 insert(_queue[prio]->next(), op);
104 insert(_queue[prio]->prev(), op);
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11InputMethod.java652 composedText.insert(chgOffset, chgText);
654 rawFeedbacks.insert(chgOffset, chgStyles);
1031 void insert(int offset, int[] values) { method in class:X11InputMethod.IntBuffer
/openjdk7/jdk/test/java/io/File/
H A DNulFile.java132 sbName.insert(i, CHAR_NUL);
581 sbName.insert(i, CHAR_NUL);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/dom/
H A DCharacterDataImpl.java181 * stored in this node. Note that this, and insert(), are the paths
302 new StringBuffer(this.data).insert(offset, data).toString();
323 * insert. Throws a DOMException if the specified offset is beyond
/openjdk7/jaxp/src/javax/xml/datatype/
H A DDuration.java961 buf.insert(insertionPoint, '.');
962 } else { /* We must insert zeros between point and intVal */
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/giopmsgheaders/
H A DTargetAddressHelper.java40 public static void insert (org.omg.CORBA.Any a, com.sun.corba.se.impl.protocol.giopmsgheaders.TargetAddress that) method in class:TargetAddressHelper
/openjdk7/corba/src/share/classes/com/sun/org/omg/CORBA/
H A DAttributeDescriptionHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.AttributeDescription that) method in class:AttributeDescriptionHelper
H A DExceptionDescriptionHelper.java43 public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ExceptionDescription that) method in class:ExceptionDescriptionHelper
H A DValueMemberHelper.java46 //public static void insert (org.omg.CORBA.Any a, com.sun.org.omg.CORBA.ValueMember that)
47 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.ValueMember that) method in class:ValueMemberHelper
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DValueMemberHelper.java42 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.ValueMember that) method in class:ValueMemberHelper
/openjdk7/jdk/src/share/classes/java/net/
H A DIDN.java304 dest.insert(0, ACE_PREFIX);
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DManifest.java177 line.insert(index, "\r\n ");
/openjdk7/jdk/src/share/classes/java/awt/
H A DChoice.java81 * @see #insert(String, int)
258 public void insert(String item, int index) { method in class:Choice
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DnativeInst_sparc.hpp376 // insert a "blank" call:
408 static void insert(address code_pos, address entry) { function in class:NativeCall
503 static void insert(address code_pos, address entry) { function in class:NativeFarCall
867 static void insert(address code_pos, address entry);
924 static void insert(address code_pos);
H A DrelocInfo_sparc.cpp212 NativeIllegalInstruction::insert(x);
/openjdk7/hotspot/src/cpu/x86/vm/
H A DrelocInfo_x86.cpp188 NativeIllegalInstruction::insert(x);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp110 // insert a copy of the element using lessthan(), notify listener
111 void insert(GrowableElement* e);
/openjdk7/hotspot/src/share/vm/services/
H A DmemSnapshot.cpp107 return insert(&new_rec);
201 // found the location, insert this committed region
474 if (!malloc_staging_itr.insert(incoming_rec)) {
483 if (!malloc_staging_itr.insert(incoming_rec)) {
555 // don't insert size 0 record
567 if (!malloc_snapshot_itr.insert(new_rec)) {
612 // insert or expand existing committed region to cover this

Completed in 160 milliseconds

123456789