Searched defs:is_interesting_method_entry (Results 1 - 1 of 1) 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)) {

Completed in 132 milliseconds