Searched defs:cpc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/interpreter/
H A Drewriter.cpp168 int cpc = maybe_add_cp_cache_entry(cp_index); // should already have an entry local
169 int cpc2 = add_secondary_cp_cache_entry(cpc);
200 int cpc = maybe_add_cp_cache_entry(cp_index); // add lazily local
201 int cpc2 = add_secondary_cp_cache_entry(cpc);
204 int cpc3 = add_secondary_cp_cache_entry(cpc);
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepGeneration.hpp1840 bool cpc):
1846 _concurrent_precleaning(cpc) {
1837 CMSDrainMarkingStackClosure(CMSCollector* collector, MemRegion span, CMSBitMap* bit_map, CMSMarkStack* mark_stack, CMSKeepAliveClosure* keep_alive, bool cpc) argument

Completed in 38 milliseconds