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

/openjdk7/hotspot/src/share/vm/memory/
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 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);

Completed in 89 milliseconds