Searched refs:cpt (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A Dphasetype.hpp61 static const char* to_string(CompilerPhaseType cpt) { argument
62 switch (cpt) {
H A Dcompile.hpp562 void print_method(CompilerPhaseType cpt, int level = 1) { argument
567 event.set_phase((u1) cpt);
575 if (_printer) _printer->print_method(this, CompilerPhaseTypeHelper::to_string(cpt), level);
/openjdk7/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java830 final Point2D.Double cpt; // current source point field in class:LayoutPathImpl.SegmentPath.Mapper
843 cpt = new Point2D.Double();
866 cpt.x = mpt.x;
867 cpt.y = mpt.y;
870 if (x == cpt.x && y == cpt.y) {
883 li.set(cpt.x, cpt.y, x, y);
888 cpt.x = x;
889 cpt
[all...]

Completed in 52 milliseconds