HomeSort by relevance Sort by last modified time
    Searched defs:set_pc (Results 1 - 4 of 4) sorted by null

  /system/core/debuggerd/arm/
pr-support.c 115 int set_pc; local
118 set_pc = 0;
125 if (!set_pc)
131 set_pc = 1;
166 set_pc = 1;
  /external/v8/src/
frames.h 196 void set_pc(Address pc) { *pc_address() = pc; } function in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/mips/
simulator-mips.cc 138 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
152 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
388 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
971 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 132 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
157 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
912 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
    [all...]

Completed in 91 milliseconds