Lines Matching refs:pc0
187 void print_insn_bytes(address pc0, address pc);
202 address pc0 = cur_insn();
204 if (_print_bytes && pc > pc0)
205 print_insn_bytes(pc0, pc);
207 _nm->print_code_comment_on(st, COMMENT_COLUMN, pc0, pc);
214 if (bucket_pc != NULL && bucket_pc > pc0 && bucket_pc <= pc) {
215 int bucket_count = FlatProfiler::bucket_count_for(pc0);
380 address pc0 = pc;
384 if (pc == pc0)
386 else if ((uint)(pc - pc0) % sizeof(int) == 0)