Searched defs:oc (Results 1 - 7 of 7) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DbufferingOopClosure.hpp95 BufferingOopClosure (OopClosure *oc) : argument
96 _oc(oc),
110 BufferingOopsInGenClosure(OopsInGenClosure *oc) : argument
111 _boc(oc), _oc(oc) {}
206 BufferingOopsInHeapRegionClosure (OopsInHeapRegionClosure *oc) : argument
207 _oc(oc),
H A Dg1OopClosures.hpp186 OopClosure* oc) :
187 _dcto_cl(dcto_cl), _g1(g1), _oc(oc) { }
201 FilterOutOfRegionClosure(HeapRegion* r, OopClosure* oc);
272 G1InvokeIfNotTriggeredClosure(G1TriggerClosure* t, OopClosure* oc);
184 FilterIntoCSClosure( DirtyCardToOopClosure* dcto_cl, G1CollectedHeap* g1, OopClosure* oc) argument
H A Dg1RemSet.cpp111 ScanRSClosure(OopsInHeapRegionClosure* oc, int worker_i) : argument
112 _oc(oc),
214 void G1RemSet::scanRS(OopsInHeapRegionClosure* oc, int worker_i) { argument
218 ScanRSClosure scanRScl(oc, worker_i);
288 void G1RemSet::oops_into_collection_set_do(OopsInHeapRegionClosure* oc, argument
294 // We cache the value of 'oc' closure into the appropriate slot in the
297 _cset_rs_update_cl[worker_i] = oc;
329 scanRS(oc, worker_i);
H A DheapRegion.cpp50 OopClosure* oc) :
51 _r_bottom(r->bottom()), _r_end(r->end()), _oc(oc) { }
49 FilterOutOfRegionClosure(HeapRegion* r, OopClosure* oc) argument
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp561 ObjectConstant* oc = c->as_ObjectConstant(); local
562 if (!oc || !oc->value()->is_null_object()) {
H A Dc1_LIRGenerator.cpp260 ObjectType* oc = type()->as_ObjectType(); local
261 if (oc) {
262 return oc->constant_value();
1097 ObjectType* oc = value->type()->as_ObjectType(); local
1098 if (oc) {
1099 return oc->constant_value();
/openjdk7/langtools/test/tools/javah/6572945/
H A DTestClass1.java45 static final Object oc = null; field in class:TestClass1
218 static final Object oc = null; field in class:TestClass1.Inner1
356 //static final Object oc = null;

Completed in 55 milliseconds