HomeSort by relevance Sort by last modified time
    Searched refs:set_pc (Results 1 - 25 of 30) 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
251 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/ppc/
simulator-ppc.cc 105 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
130 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
280 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
304 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
418 sim_->set_pc(value);
996 void Simulator::set_pc(intptr_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-ppc.h 204 void set_pc(intptr_t value);
  /external/v8/src/arm64/
simulator-arm64.cc 160 set_pc(entry);
452 set_pc(start);
776 set_pc(return_address);
    [all...]
simulator-arm64.h 293 void set_pc(T new_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);
1718 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips.h 203 void set_pc(int32_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);
982 void Simulator::set_pc(int32_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-arm.h 187 void set_pc(int32_t value);
  /external/v8/src/mips64/
simulator-mips64.h 213 void set_pc(int64_t value);
simulator-mips64.cc 141 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
164 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
424 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
1652 void Simulator::set_pc(int64_t value) { function in class:v8::internal::Simulator
    [all...]
  /external/v8/src/s390/
simulator-s390.cc 107 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
130 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr) + kPointerSize);
274 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr));
320 sim_->set_pc(sim_->get_pc() + sizeof(FourByteInstr));
434 sim_->set_pc(value);
1755 void Simulator::set_pc(intptr_t value) { function in class:v8::internal::Simulator
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.cc 146 set_pc(first);
827 set_pc(instr->ImmPCOffsetTarget());
837 set_pc(instr->ImmPCOffsetTarget());
850 case RET: set_pc(target); break;
867 set_pc(instr->ImmPCOffsetTarget());
883 set_pc(instr->ImmPCOffsetTarget());
    [all...]
  /external/v8/src/
type-info.cc 433 info->set_pc(new_code->instruction_start() +
assembler.h 541 void set_pc(byte* pc) { pc_ = pc; } function in class:v8::internal::RelocInfo
    [all...]

Completed in 715 milliseconds

1 2