Home
last modified time | relevance | path

Searched refs:set_pc (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/mips/
Dsimulator-mips.cc126 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize); in Stop()
139 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize); in Stop()
293 sim_->set_pc(sim_->get_pc() + Instruction::kInstructionSize); in Debug()
633 void Simulator::set_pc(int32_t value) { in set_pc() function in assembler::mips::Simulator
846 set_pc(get_register(ra)); in SoftwareInterrupt()
1125 set_pc(next_pc); in DecodeTypeRegister()
1134 set_pc(next_pc); in DecodeTypeRegister()
1430 set_pc(next_pc); in DecodeTypeImmediate()
1455 set_pc(next_pc); in DecodeTypeJump()
Dsimulator-mips.h160 void set_pc(int32_t value);
/external/v8/src/
Dframes.cc312 set_pc(AddressFrom<Address>(pc() - code->instruction_start())); in Cook()
318 set_pc(code->instruction_start() + OffsetFrom(pc())); in Uncook()
363 set_pc(AddressFrom<Address>(pc() - code->instruction_start())); in Cook()
373 set_pc(code->instruction_start() + OffsetFrom(pc())); in Uncook()
Dframes.h86 inline void set_pc(Address value);
133 void set_pc(Address pc) { *pc_address() = pc; } in set_pc() function
Dframes-inl.h90 inline void StackHandler::set_pc(Address value) { in set_pc() function
Dassembler.h182 void set_pc(byte* pc) { pc_ = pc; } in set_pc() function
/external/v8/src/arm/
Dsimulator-arm.cc118 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()
130 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()
565 void Simulator::set_pc(int32_t value) { in set_pc() function in assembler::arm::Simulator
1227 set_pc(get_register(lr)); in SoftwareInterrupt()
1559 set_pc(get_register(rm)); in DecodeType01()
1563 set_pc(get_register(rm)); in DecodeType01()
1837 set_pc(pc_reg + off); in DecodeType5()
Dsimulator-arm.h142 void set_pc(int32_t value);
Dassembler-arm.cc1758 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer()
Dassembler-thumb2.cc1736 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer()