Home
last modified time | relevance | path

Searched refs:last_pc (Results 1 – 15 of 15) sorted by relevance

/external/v8/src/x87/
Dassembler-x87.cc327 DCHECK(reloc_info_writer.last_pc() != NULL); in pop()
584 DCHECK(reloc_info_writer.last_pc() != NULL); in add()
1970 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/ia32/
Dassembler-ia32.cc465 DCHECK(reloc_info_writer.last_pc() != NULL); in pop()
713 DCHECK(reloc_info_writer.last_pc() != NULL); in add()
2802 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/
Dassembler.h687 byte* last_pc() const { return last_pc_; } in last_pc() function
/external/v8/src/ppc/
Dsimulator-ppc.cc217 intptr_t last_pc = -1; in Debug() local
244 if (last_pc != sim_->get_pc()) { in Debug()
251 last_pc = sim_->get_pc(); in Debug()
283 if (argc == 2 && last_pc != sim_->get_pc() && GetValue(arg1, &value)) { in Debug()
Dassembler-ppc.cc2362 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/arm/
Dsimulator-arm.cc234 intptr_t last_pc = -1; in Debug() local
258 if (last_pc != sim_->get_pc()) { in Debug()
266 last_pc = sim_->get_pc(); in Debug()
Dassembler-arm.cc3677 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/mips/
Dsimulator-mips.cc392 intptr_t last_pc = -1; in Debug() local
416 if (last_pc != sim_->get_pc()) { in Debug()
424 last_pc = sim_->get_pc(); in Debug()
Dassembler-mips.cc2852 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/mips64/
Dsimulator-mips64.cc356 intptr_t last_pc = -1; in Debug() local
380 if (last_pc != sim_->get_pc()) { in Debug()
388 last_pc = sim_->get_pc(); in Debug()
Dassembler-mips64.cc3163 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/debug/
Dliveedit.cc1272 reloc_info_writer_.last_pc()); in Grow()
/external/v8/src/arm64/
Dassembler-arm64.cc2854 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/v8/src/x64/
Dassembler-x64.cc417 reloc_info_writer.last_pc() + pc_delta); in GrowBuffer()
/external/valgrind/perf/
Dtinycc.c20472 unsigned long func_addr, last_pc, pc; in rt_printline() local
20483 last_pc = 0xffffffff; in rt_printline()
20494 if (wanted_pc >= last_pc && wanted_pc < pc) in rt_printline()
20516 if (wanted_pc >= last_pc && wanted_pc < pc) in rt_printline()
20518 last_pc = pc; in rt_printline()