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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.cpp289 static inline bool match_desc(PcDesc* pc, int pc_offset, bool approximate) { function
326 if (match_desc(res, pc_offset, approximate)) {
335 if (match_desc(res, pc_offset, approximate)) {
1946 NOT_PRODUCT(--nmethod_stats.pc_desc_tests); // don't count this call to match_desc
1947 if (match_desc(p, pc_offset, approximate)) {
2031 if (match_desc(upper, pc_offset, approximate)) {

Completed in 37 milliseconds