get_pc            109 src/arm/simulator-arm.cc     reinterpret_cast<char**>(sim_->get_pc() + Instruction::kInstrSize);
get_pc            127 src/arm/simulator-arm.cc   sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
get_pc            140 src/arm/simulator-arm.cc   char* msg = *reinterpret_cast<char**>(sim_->get_pc()
get_pc            152 src/arm/simulator-arm.cc   sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
get_pc            160 src/arm/simulator-arm.cc     return sim_->get_pc();
get_pc            280 src/arm/simulator-arm.cc     if (last_pc != sim_->get_pc()) {
get_pc            286 src/arm/simulator-arm.cc                              reinterpret_cast<byte*>(sim_->get_pc()));
get_pc            287 src/arm/simulator-arm.cc       PrintF("  0x%08x  %s\n", sim_->get_pc(), buffer.start());
get_pc            288 src/arm/simulator-arm.cc       last_pc = sim_->get_pc();
get_pc            309 src/arm/simulator-arm.cc         sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
get_pc            312 src/arm/simulator-arm.cc         sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
get_pc            437 src/arm/simulator-arm.cc           cur = reinterpret_cast<byte*>(sim_->get_pc());
get_pc            453 src/arm/simulator-arm.cc               cur = reinterpret_cast<byte*>(sim_->get_pc());
get_pc            506 src/arm/simulator-arm.cc         intptr_t stop_pc = sim_->get_pc() - 2 * Instruction::kInstrSize;
get_pc           1917 src/arm/simulator-arm.cc           set_pc(get_pc() + 2 * Instruction::kInstrSize);
get_pc           2216 src/arm/simulator-arm.cc           uint32_t old_pc = get_pc();
get_pc           2691 src/arm/simulator-arm.cc   intptr_t pc_address = get_pc();
get_pc           3283 src/arm/simulator-arm.cc     set_pc(get_pc() + 2 * Instruction::kInstrSize);
get_pc           3295 src/arm/simulator-arm.cc   int program_counter = get_pc();
get_pc           3304 src/arm/simulator-arm.cc       program_counter = get_pc();
get_pc           3318 src/arm/simulator-arm.cc       program_counter = get_pc();
get_pc            175 src/arm/simulator-arm.h   int32_t get_pc() const;
get_pc            130 src/mips/simulator-mips.cc     reinterpret_cast<char**>(sim_->get_pc() + Instr::kInstrSize);
get_pc            148 src/mips/simulator-mips.cc   sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
get_pc            163 src/mips/simulator-mips.cc   char* msg = *reinterpret_cast<char**>(sim_->get_pc() +
get_pc            170 src/mips/simulator-mips.cc   sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
get_pc            178 src/mips/simulator-mips.cc     return sim_->get_pc();
get_pc            187 src/mips/simulator-mips.cc     return sim_->get_pc();
get_pc            196 src/mips/simulator-mips.cc     return sim_->get_pc();
get_pc            205 src/mips/simulator-mips.cc     return sim_->get_pc();
get_pc            214 src/mips/simulator-mips.cc     return sim_->get_pc();
get_pc            375 src/mips/simulator-mips.cc   while (!done && (sim_->get_pc() != Simulator::end_sim_pc)) {
get_pc            376 src/mips/simulator-mips.cc     if (last_pc != sim_->get_pc()) {
get_pc            382 src/mips/simulator-mips.cc                              reinterpret_cast<byte*>(sim_->get_pc()));
get_pc            383 src/mips/simulator-mips.cc       PrintF("  0x%08x  %s\n", sim_->get_pc(), buffer.start());
get_pc            384 src/mips/simulator-mips.cc       last_pc = sim_->get_pc();
get_pc            405 src/mips/simulator-mips.cc         Instruction* instr = reinterpret_cast<Instruction*>(sim_->get_pc());
get_pc            409 src/mips/simulator-mips.cc               reinterpret_cast<Instruction*>(sim_->get_pc()));
get_pc            413 src/mips/simulator-mips.cc           sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
get_pc            417 src/mips/simulator-mips.cc         sim_->InstructionDecode(reinterpret_cast<Instruction*>(sim_->get_pc()));
get_pc            554 src/mips/simulator-mips.cc           cur = reinterpret_cast<byte*>(sim_->get_pc());
get_pc            570 src/mips/simulator-mips.cc               cur = reinterpret_cast<byte*>(sim_->get_pc());
get_pc            615 src/mips/simulator-mips.cc         intptr_t stop_pc = sim_->get_pc() -
get_pc            688 src/mips/simulator-mips.cc           cur = reinterpret_cast<byte*>(sim_->get_pc());
get_pc           1604 src/mips/simulator-mips.cc     set_pc(get_pc() + 2 * Instruction::kInstrSize);
get_pc           1948 src/mips/simulator-mips.cc   int32_t current_pc = get_pc();
get_pc           2317 src/mips/simulator-mips.cc   int32_t current_pc = get_pc();
get_pc           2625 src/mips/simulator-mips.cc   int32_t current_pc = get_pc();
get_pc           2688 src/mips/simulator-mips.cc   int program_counter = get_pc();
get_pc           2696 src/mips/simulator-mips.cc       program_counter = get_pc();
get_pc           2710 src/mips/simulator-mips.cc       program_counter = get_pc();
get_pc            202 src/mips/simulator-mips.h   int32_t get_pc() const;