HomeSort by relevance Sort by last modified time
    Searched defs:set_pc (Results 1 - 7 of 7) 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/opencore/fileformats/mp4/composer/src/
avcconfiguration.cpp 72 bool set_pc = false; local
110 set_pc = true;
112 if (set_pc)
  /external/v8/src/
frames-inl.h 90 inline void StackHandler::set_pc(Address value) { function in class:v8::internal::StackHandler
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/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...]
  /external/v8/src/arm/
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...]

Completed in 56 milliseconds