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

/external/oprofile/daemon/
H A Dopd_trans.h50 vma_t last_pc; member in struct:transient
69 trans->last_pc = trans->pc;
/external/chromium_org/v8/src/
H A Dassembler.h628 byte* last_pc() const { return last_pc_; } function in class:v8::internal::BASE_EMBEDDED
/external/chromium_org/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/chromium_org/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/chromium_org/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/main/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 469 milliseconds