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

1 2

  /external/valgrind/coregrind/m_gdbserver/
valgrind_low.h 54 void (*set_pc) (CORE_ADDR newpc); member in struct:valgrind_target_ops
valgrind-low-s390x.c 107 void set_pc (CORE_ADDR newpc) function
214 set_pc,
valgrind-low-x86.c 105 void set_pc (CORE_ADDR newpc) function
285 set_pc,
valgrind-low-arm.c 115 void set_pc (CORE_ADDR newpc) function
301 set_pc,
valgrind-low-amd64.c 138 void set_pc (CORE_ADDR newpc) function
360 set_pc,
valgrind-low-arm64.c 126 void set_pc (CORE_ADDR newpc) function
276 set_pc,
valgrind-low-mips32.c 131 void set_pc (CORE_ADDR newpc) function
370 set_pc,
valgrind-low-mips64.c 132 void set_pc (CORE_ADDR newpc) function
371 set_pc,
valgrind-low-tilegx.c 131 void set_pc ( CORE_ADDR newpc ) function
249 set_pc,
valgrind-low-ppc32.c 165 void set_pc (CORE_ADDR newpc) function
349 set_pc,
valgrind-low-ppc64.c 162 void set_pc (CORE_ADDR newpc) function
346 set_pc,
  /external/v8/src/mips/
simulator-mips.cc 127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
149 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
454 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
1308 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 181 void set_pc(int32_t value);
  /external/v8/src/arm64/
simulator-arm64.cc 159 set_pc(entry);
441 set_pc(start);
723 set_pc(return_address);
    [all...]
simulator-arm64.h 292 void set_pc(T new_pc) {
  /external/v8/src/mips64/
simulator-mips64.cc 144 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
167 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
418 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
1256 void Simulator::set_pc(int64_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips64.h 212 void set_pc(int64_t value);
  /external/v8/src/arm/
simulator-arm.cc 106 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
131 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
966 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-arm.h 181 void set_pc(int32_t value);
assembler-arm.cc     [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.cc 146 set_pc(first);
844 set_pc(instr->ImmPCOffsetTarget());
854 set_pc(instr->ImmPCOffsetTarget());
867 case RET: set_pc(target); break;
884 set_pc(instr->ImmPCOffsetTarget());
900 set_pc(instr->ImmPCOffsetTarget());
    [all...]
debugger-a64.cc 738 set_pc(instr);
    [all...]
  /external/v8/src/
assembler.h 458 void set_pc(byte* pc) { pc_ = pc; } function in class:v8::internal::RelocInfo
    [all...]
frames.h 250 void set_pc(Address pc) { *pc_address() = pc; }
type-info.cc 427 info->set_pc(new_code->instruction_start() +

Completed in 1509 milliseconds

1 2