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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferenceProcessor.cpp38 ReferencePolicy* ReferenceProcessor::_always_clear_soft_ref_policy = NULL;
39 ReferencePolicy* ReferenceProcessor::_default_soft_ref_policy = NULL;
40 bool ReferenceProcessor::_pending_list_uses_discovered_field = false;
41 jlong ReferenceProcessor::_soft_ref_timestamp_clock = 0;
44 ReferenceProcessor::init_statics();
47 void ReferenceProcessor::init_statics() {
69 void ReferenceProcessor::enable_discovery(bool verify_disabled, bool check_no_refs) {
84 // field in ReferenceProcessor here so that we use the new
91 ReferenceProcessor::ReferenceProcessor(MemRegio function in class:ReferenceProcessor
[all...]
H A DreferenceProcessor.hpp35 // ReferenceProcessor class encapsulates the per-"collector" processing
40 // ReferenceProcessor class abstracts away from a generational setting
45 // The basic idea is that each ReferenceProcessor object concerns
210 class ReferenceProcessor : public CHeapObj<mtGC> { class in inherits:CHeapObj
426 ReferenceProcessor(): function in class:ReferenceProcessor
445 ReferenceProcessor(MemRegion span,
537 // the scope which contains it, for given ReferenceProcessor.
540 ReferenceProcessor* _rp;
543 NoRefDiscovery(ReferenceProcessor* rp) : _rp(rp) {
559 // given ReferenceProcessor i
[all...]

Completed in 56 milliseconds