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

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.hpp146 const bool _is_c_heap_obj; // Is this a CHeapObj? member in class:GCTaskQueue
206 return _is_c_heap_obj;
579 const bool _is_c_heap_obj; // Is this a CHeapObj? member in class:NoopGCTask
595 _is_c_heap_obj(on_c_heap) {
602 return _is_c_heap_obj;
706 const bool _is_c_heap_obj; // Was allocated on the heap. member in class:WaitForBarrierGCTask
733 return _is_c_heap_obj;
740 const bool _is_c_heap_obj; // Was allocated on the heap. member in class:IdleGCTask
743 return _is_c_heap_obj;
757 _is_c_heap_obj(on_c_hea
[all...]

Completed in 33 milliseconds