/external/valgrind/main/coregrind/m_gdbserver/ |
D | valgrind_low.h | 51 void (*set_pc) (CORE_ADDR newpc); member
|
D | valgrind-low-x86.c | 106 void set_pc (CORE_ADDR newpc) in set_pc() function 266 set_pc,
|
D | valgrind-low-s390x.c | 108 void set_pc (CORE_ADDR newpc) in set_pc() function 206 set_pc,
|
D | valgrind-low-arm.c | 116 void set_pc (CORE_ADDR newpc) in set_pc() function 296 set_pc,
|
D | valgrind-low-mips32.c | 131 void set_pc (CORE_ADDR newpc) in set_pc() function 248 set_pc,
|
D | valgrind-low-amd64.c | 139 void set_pc (CORE_ADDR newpc) in set_pc() function 354 set_pc,
|
D | valgrind-low-ppc64.c | 163 void set_pc (CORE_ADDR newpc) in set_pc() function 338 set_pc,
|
D | valgrind-low-ppc32.c | 166 void set_pc (CORE_ADDR newpc) in set_pc() function 341 set_pc,
|
/external/chromium_org/v8/src/mips/ |
D | simulator-mips.cc | 148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop() 170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug() 1184 void Simulator::set_pc(int32_t value) { in set_pc() function in v8::internal::Simulator 1599 set_pc(get_register(ra)); in SoftwareInterrupt() 1639 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop() 2257 set_pc(next_pc); in DecodeTypeRegister() 2267 set_pc(next_pc); in DecodeTypeRegister() 2685 set_pc(next_pc); in DecodeTypeImmediate() 2711 set_pc(next_pc); in DecodeTypeJump()
|
D | simulator-mips.h | 203 void set_pc(int32_t value);
|
/external/v8/src/mips/ |
D | simulator-mips.cc | 148 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstructionSize); in Stop() 170 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 413 sim_->set_pc(sim_->get_pc() + Instruction::kInstrSize); in Debug() 1201 void Simulator::set_pc(int32_t value) { in set_pc() function in v8::internal::Simulator 1559 set_pc(get_register(ra)); in SoftwareInterrupt() 1599 set_pc(get_pc() + 2 * Instruction::kInstrSize); in HandleStop() 2189 set_pc(next_pc); in DecodeTypeRegister() 2198 set_pc(next_pc); in DecodeTypeRegister() 2612 set_pc(next_pc); in DecodeTypeImmediate() 2638 set_pc(next_pc); in DecodeTypeJump()
|
D | simulator-mips.h | 201 void set_pc(int32_t value);
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 127 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 152 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 918 void Simulator::set_pc(int32_t value) { in set_pc() function in v8::internal::Simulator 1896 set_pc(get_register(lr)); in SoftwareInterrupt() 1917 set_pc(get_pc() + 2 * Instruction::kInstrSize); in SoftwareInterrupt() 2213 set_pc(get_register(rm)); in DecodeType01() 2217 set_pc(get_register(rm)); in DecodeType01() 2696 set_pc(pc_reg + off); in DecodeType5() 3283 set_pc(get_pc() + 2 * Instruction::kInstrSize); in InstructionDecode()
|
D | simulator-arm.h | 174 void set_pc(int32_t value);
|
/external/chromium_org/v8/src/arm/ |
D | simulator-arm.cc | 128 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 153 sim_->set_pc(sim_->get_pc() + 2 * Instruction::kInstrSize); in Stop() 977 void Simulator::set_pc(int32_t value) { in set_pc() function in v8::internal::Simulator 1897 set_pc(get_register(lr)); in SoftwareInterrupt() 1918 set_pc(get_pc() + 2 * Instruction::kInstrSize); in SoftwareInterrupt() 2232 set_pc(get_register(rm)); in DecodeType01() 2236 set_pc(get_register(rm)); in DecodeType01() 2848 set_pc(pc_reg + off); in DecodeType5() 3658 set_pc(get_pc() + 2 * Instruction::kInstrSize); in InstructionDecode()
|
D | simulator-arm.h | 207 void set_pc(int32_t value);
|
D | assembler-arm.cc | 3159 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer() 3165 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer()
|
/external/v8/src/ |
D | assembler.h | 262 void set_pc(byte* pc) { pc_ = pc; } in set_pc() function
|
D | frames.h | 208 void set_pc(Address pc) { *pc_address() = pc; } in set_pc() function
|
D | type-info.cc | 634 info->set_pc(new_start + (info->pc() - old_start)); in RelocateRelocInfos()
|
D | liveedit.cc | 1518 top_frame->set_pc(code->entry()); in DropFrames()
|
D | debug.cc | 1891 frame->set_pc( in RedirectActivationsToRecompiledCodeOnThread()
|
/external/chromium_org/v8/src/ |
D | frames.h | 259 void set_pc(Address pc) { *pc_address() = pc; } in set_pc() function
|
D | type-info.cc | 529 info->set_pc(new_start + (info->pc() - old_start)); in RelocateRelocInfos()
|
D | assembler.h | 371 void set_pc(byte* pc) { pc_ = pc; } in set_pc() function
|