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

/openjdk7/hotspot/src/share/vm/memory/
H A DreferencePolicy.cpp45 jlong timestamp_clock) {
46 jlong interval = timestamp_clock - java_lang_ref_SoftReference::timestamp(p);
76 jlong timestamp_clock) {
77 jlong interval = timestamp_clock - java_lang_ref_SoftReference::timestamp(p);
44 should_clear_reference(oop p, jlong timestamp_clock) argument
75 should_clear_reference(oop p, jlong timestamp_clock) argument
H A DreferencePolicy.hpp34 virtual bool should_clear_reference(oop p, jlong timestamp_clock) { argument
45 virtual bool should_clear_reference(oop p, jlong timestamp_clock) { argument
52 virtual bool should_clear_reference(oop p, jlong timestamp_clock) { argument
66 virtual bool should_clear_reference(oop p, jlong timestamp_clock);
78 virtual bool should_clear_reference(oop p, jlong timestamp_clock);

Completed in 38 milliseconds