/external/valgrind/coregrind/m_gdbserver/ |
H A D | valgrind_low.h | 54 void (*set_pc) (CORE_ADDR newpc); member in struct:valgrind_target_ops
|
H A D | valgrind-low-s390x.c | 107 void set_pc (CORE_ADDR newpc) function 214 set_pc,
|
H A D | valgrind-low-x86.c | 105 void set_pc (CORE_ADDR newpc) function 285 set_pc,
|
H A D | valgrind-low-arm.c | 115 void set_pc (CORE_ADDR newpc) function 301 set_pc,
|
H A D | valgrind-low-amd64.c | 138 void set_pc (CORE_ADDR newpc) function 360 set_pc,
|
H A D | valgrind-low-arm64.c | 126 void set_pc (CORE_ADDR newpc) function 276 set_pc,
|
H A D | valgrind-low-mips32.c | 131 void set_pc (CORE_ADDR newpc) function 370 set_pc,
|
H A D | valgrind-low-mips64.c | 132 void set_pc (CORE_ADDR newpc) function 371 set_pc,
|
H A D | valgrind-low-tilegx.c | 131 void set_pc ( CORE_ADDR newpc ) function 251 set_pc,
|
H A D | valgrind-low-ppc32.c | 165 void set_pc (CORE_ADDR newpc) function 349 set_pc,
|
H A D | valgrind-low-ppc64.c | 162 void set_pc (CORE_ADDR newpc) function 346 set_pc,
|
/external/v8/src/ppc/ |
H A D | 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 1495 set_pc(saved_lr); 1516 set_pc(get_pc() + Instruction::kInstrSize + kPointerSize); 1656 set_pc(old_pc + offset); 1660 set_pc(special_reg_lr [all...] |
H A D | simulator-ppc.h | 204 void set_pc(intptr_t value);
|
/external/v8/src/arm64/ |
H A D | simulator-arm64.cc | 160 set_pc(entry); 452 set_pc(start); 776 set_pc(return_address); 1353 set_pc(instr->ImmPCOffsetTarget()); 1364 set_pc(instr->ImmPCOffsetTarget()); 1382 case RET: set_pc(target); break; 1398 set_pc(instr->ImmPCOffsetTarget()); 1414 set_pc(instr->ImmPCOffsetTarget()); 3724 set_pc(pc_->following()); 3868 set_pc(inst [all...] |
H A D | simulator-arm64.h | 293 void set_pc(T new_pc) {
|
/external/v8/src/mips/ |
H A D | 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 2226 set_pc(get_register(ra)); 2267 set_pc(get_pc() + 2 * Instruction::kInstrSize); 3469 set_pc(next_pc); 3481 set_pc(next_pc); 4390 set_pc(next_pc); 4416 set_pc(next_p [all...] |
H A D | simulator-mips.h | 203 void set_pc(int32_t value);
|
/external/v8/src/mips64/ |
H A D | 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 2226 set_pc(get_register(ra)); 2267 set_pc(get_pc() + 2 * Instruction::kInstrSize); 3403 set_pc(next_pc); 3415 set_pc(next_pc); 4729 set_pc(next_pc); 4755 set_pc(next_p [all...] |
H A D | simulator-mips64.h | 213 void set_pc(int64_t value);
|
/external/v8/src/arm/ |
H A D | simulator-arm.h | 187 void set_pc(int32_t value);
|
H A D | 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 1989 set_pc(get_register(lr)); 2010 set_pc(get_pc() + 2 * Instruction::kInstrSize); 2355 set_pc(get_register(rm)); 2359 set_pc(get_register(rm)); 3132 set_pc(pc_reg + off); 4128 set_pc(get_pc() + 2 * Instruction::kInstrSize);
|
/external/v8/src/s390/ |
H A D | 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 2301 set_pc(saved_lr); 2322 set_pc(get_pc() + sizeof(FourByteInstr) + kPointerSize); 2555 set_pc(r2_val); 2618 set_pc(r2_va [all...] |
/external/vixl/src/vixl/a64/ |
H A D | 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()); 3902 set_pc(instr->InstructionAtOffset(kTraceLength)); 3923 set_pc(instr->InstructionAtOffset(kLogLength)); 4028 set_pc(instr->InstructionAtOffset(kPrintfLength));
|
/external/v8/src/ |
H A D | type-info.cc | 433 info->set_pc(new_code->instruction_start() +
|
H A D | assembler.h | 541 void set_pc(byte* pc) { pc_ = pc; } function in class:v8::internal::RelocInfo
|