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

  /system/core/debuggerd/
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/mips/
simulator-mips.cc 126 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize);
139 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize);
293 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize);
633 void Simulator::set_pc(int32_t value) { function in class:assembler::mips::Simulator
846 set_pc(get_register(ra));
    [all...]
simulator-mips.h 160 void set_pc(int32_t value);
  /external/v8/src/
frames-inl.h 90 inline void StackHandler::set_pc(Address value) { function in class:v8::internal::StackHandler
frames.cc 312 set_pc(AddressFrom<Address>(pc() - code->instruction_start()));
318 set_pc(code->instruction_start() + OffsetFrom(pc()));
363 set_pc(AddressFrom<Address>(pc() - code->instruction_start()));
373 set_pc(code->instruction_start() + OffsetFrom(pc()));
frames.h 86 inline void set_pc(Address value);
133 void set_pc(Address pc) { *pc_address() = pc; } function in class:v8::internal::BASE_EMBEDDED
assembler.h 182 void set_pc(byte* pc) { pc_ = pc; } function in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/arm/
simulator-arm.h 142 void set_pc(int32_t value);
simulator-arm.cc 118 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize);
130 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize);
565 void Simulator::set_pc(int32_t value) { function in class:assembler::arm::Simulator
    [all...]
assembler-arm.cc     [all...]
assembler-thumb2.cc     [all...]

Completed in 167 milliseconds