Searched refs:is_interesting_method_entry (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/oops/
H A DcpCacheOop.cpp596 bool ConstantPoolCacheEntry::is_interesting_method_entry(klassOop k) { function in class:ConstantPoolCacheEntry
681 if (!entry_at(i)->is_interesting_method_entry(old_holder)) {
708 if (entry_at(i)->is_interesting_method_entry(NULL) &&
718 if (entry_at(i)->is_interesting_method_entry(NULL)) {
H A DcpCacheOop.hpp367 bool is_interesting_method_entry(klassOop k);

Completed in 31 milliseconds