Searched defs:fixup (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/math/
H A DMutableBigInteger.java1310 return fixup(new MutableBigInteger(1), new MutableBigInteger(mod), k);
1372 return fixup(c, p, k);
1380 static MutableBigInteger fixup(MutableBigInteger c, MutableBigInteger p, method in class:MutableBigInteger
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DFixups.java54 // and format. Every fixup occurs at a "desc". Until final
237 /** Simple and necessary tuple to present each fixup. */
274 int next = head; // desc pointing to next fixup
285 // Fetch next desc eagerly, in case this fixup gets finalized.
311 public boolean add(Object fixup) { argument
312 return add((Fixup) fixup);
/openjdk7/hotspot/src/share/vm/opto/
H A Dlcm.cpp924 Node *fixup = NULL; local
933 // PhiNode, the PhiNode uses from the def and IT's uses need fixup.
944 fixup = phi;
948 fixup = NULL;
955 if (fixup == NULL) {
962 fixup = new_phi;
967 fixup = use_blk->_nodes[n_clone_idx];
970 return fixup;
1027 // Clone the entire area; ignoring the edge fixup for now.
1054 Node *fixup local
[all...]

Completed in 63 milliseconds