Searched refs:set_pc (Results 1 - 25 of 30) sorted by relevance

12

/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind_low.h54 void (*set_pc) (CORE_ADDR newpc); member in struct:valgrind_target_ops
H A Dvalgrind-low-s390x.c107 void set_pc (CORE_ADDR newpc) function
214 set_pc,
H A Dvalgrind-low-x86.c105 void set_pc (CORE_ADDR newpc) function
285 set_pc,
H A Dvalgrind-low-arm.c115 void set_pc (CORE_ADDR newpc) function
301 set_pc,
H A Dvalgrind-low-amd64.c138 void set_pc (CORE_ADDR newpc) function
360 set_pc,
H A Dvalgrind-low-arm64.c126 void set_pc (CORE_ADDR newpc) function
276 set_pc,
H A Dvalgrind-low-mips32.c131 void set_pc (CORE_ADDR newpc) function
370 set_pc,
H A Dvalgrind-low-mips64.c132 void set_pc (CORE_ADDR newpc) function
371 set_pc,
H A Dvalgrind-low-tilegx.c131 void set_pc ( CORE_ADDR newpc ) function
251 set_pc,
H A Dvalgrind-low-ppc32.c165 void set_pc (CORE_ADDR newpc) function
349 set_pc,
H A Dvalgrind-low-ppc64.c162 void set_pc (CORE_ADDR newpc) function
346 set_pc,
/external/v8/src/ppc/
H A Dsimulator-ppc.cc105 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 Dsimulator-ppc.h204 void set_pc(intptr_t value);
/external/v8/src/arm64/
H A Dsimulator-arm64.cc160 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 Dsimulator-arm64.h293 void set_pc(T new_pc) {
/external/v8/src/mips/
H A Dsimulator-mips.cc127 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 Dsimulator-mips.h203 void set_pc(int32_t value);
/external/v8/src/mips64/
H A Dsimulator-mips64.cc141 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 Dsimulator-mips64.h213 void set_pc(int64_t value);
/external/v8/src/arm/
H A Dsimulator-arm.h187 void set_pc(int32_t value);
H A Dsimulator-arm.cc106 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 Dsimulator-s390.cc107 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 Dsimulator-a64.cc146 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 Dtype-info.cc433 info->set_pc(new_code->instruction_start() +
H A Dassembler.h541 void set_pc(byte* pc) { pc_ = pc; } function in class:v8::internal::RelocInfo

Completed in 538 milliseconds

12