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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferencePolicy.hpp34 virtual bool should_clear_reference(oop p, jlong timestamp_clock) { function in class:ReferencePolicy
45 virtual bool should_clear_reference(oop p, jlong timestamp_clock) { function in class:NeverClearPolicy
52 virtual bool should_clear_reference(oop p, jlong timestamp_clock) { function in class:AlwaysClearPolicy
66 virtual bool should_clear_reference(oop p, jlong timestamp_clock);
78 virtual bool should_clear_reference(oop p, jlong timestamp_clock);
H A DreferencePolicy.cpp44 bool LRUCurrentHeapPolicy::should_clear_reference(oop p, function in class:LRUCurrentHeapPolicy
75 bool LRUMaxHeapPolicy::should_clear_reference(oop p, function in class:LRUMaxHeapPolicy
H A DreferenceProcessor.cpp563 !policy->should_clear_reference(iter.obj(), _soft_ref_timestamp_clock)) {
1195 if (!_current_soft_ref_policy->should_clear_reference(obj, _soft_ref_timestamp_clock)) {

Completed in 44 milliseconds