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

/openjdk7/hotspot/src/share/vm/compiler/
H A Ddisassembler.cpp213 address bucket_pc = FlatProfiler::bucket_start_for(pc); local
214 if (bucket_pc != NULL && bucket_pc > pc0 && bucket_pc <= pc) {
501 address bucket_pc = FlatProfiler::bucket_start_for(p1); local
502 if (bucket_pc != NULL && bucket_pc > p0 && bucket_pc <= p1)

Completed in 22 milliseconds