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

/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodTypeForm.java284 Class<?>[] ptc = MethodTypeForm.canonicalizes(ptypes, howArgs);
287 if (ptc == null && rtc == null) {
293 if (ptc == null) ptc = ptypes;
294 return MethodType.makeImpl(rtc, ptc, true);
/openjdk7/hotspot/src/share/vm/memory/
H A DbinaryTreeDictionary.cpp1229 PrintTreeCensusClosure<Chunk> ptc; local
1230 ptc.do_tree(root());
1232 FreeList<Chunk>* total = ptc.total();
1238 ptc.total_free(),
/openjdk7/hotspot/src/share/vm/opto/
H A Dloopnode.hpp229 void set_profile_trip_cnt(float ptc) { _profile_trip_cnt = ptc; } argument

Completed in 40 milliseconds