HomeSort by relevance Sort by last modified time
    Searched refs:set_pc (Results 1 - 25 of 29) 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/runtime/
runtime-generator.cc 114 frame->set_pc(pc + offset);
  /external/v8/src/ppc/
simulator-ppc.cc 102 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
127 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize + kPointerSize);
277 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
301 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
415 sim_->set_pc(value);
979 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 159 set_pc(entry);
451 set_pc(start);
744 set_pc(return_address);
    [all...]
simulator-arm64.h 293 void set_pc(T new_pc) {
  /external/v8/src/mips/
simulator-mips.cc 126 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize);
148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
453 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
1724 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/mips64/
simulator-mips64.cc 143 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstructionSize);
166 sim_->set_pc(sim_->get_pc() + 3 * Instruction::kInstrSize);
417 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize);
1649 void Simulator::set_pc(int64_t value) { function in class:v8::internal::Simulator
    [all...]
simulator-mips64.h 234 void set_pc(int64_t value);
  /external/v8/src/arm/
simulator-arm.cc 105 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
130 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize);
985 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/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/
frames.h 277 void set_pc(Address pc) { *pc_address() = pc; } function in class:v8::internal::BASE_EMBEDDED
type-info.cc 439 info->set_pc(new_code->instruction_start() +

Completed in 133 milliseconds

1 2