Searched defs:last_pc (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dassembler.h628 byte* last_pc() const { return last_pc_; } function in class:v8::internal::BASE_EMBEDDED
/external/v8/src/mips/
H A Dsimulator-mips.cc393 intptr_t last_pc = -1; local
417 if (last_pc != sim_->get_pc()) {
425 last_pc = sim_->get_pc();
/external/v8/src/mips64/
H A Dsimulator-mips64.cc357 intptr_t last_pc = -1; local
381 if (last_pc != sim_->get_pc()) {
389 last_pc = sim_->get_pc();
/external/v8/src/arm/
H A Dsimulator-arm.cc235 intptr_t last_pc = -1; local
259 if (last_pc != sim_->get_pc()) {
267 last_pc = sim_->get_pc();
/external/valgrind/perf/
H A Dtinycc.c20474 unsigned long func_addr, last_pc, pc;
20485 last_pc = 0xffffffff;
20496 if (wanted_pc >= last_pc && wanted_pc < pc)
20518 if (wanted_pc >= last_pc && wanted_pc < pc)
20520 last_pc = pc;
20472 unsigned long func_addr, last_pc, pc; local

Completed in 2600 milliseconds