Searched refs:fixup (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DMPreFixups.cpp58 // NOTE: don't add the fixup data if the mpre is right
74 for (le_int32 fixup = 0; fixup < fFixupCount; fixup += 1) {
75 le_int32 baseIndex = fFixupData[fixup].fBaseIndex;
76 le_int32 mpreIndex = fFixupData[fixup].fMPreIndex;
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DInstructionAssembler.java251 int fixup = 0;
253 insLocs[id] += fixup;
277 fixup += GOTO_W_LEN; //branch around a wide goto
279 fixup += (GOTO_W_LEN - GOTO_LEN);
286 insLocs[insCount] += 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...]
/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/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

Completed in 439 milliseconds