Searched refs:set_pc (Results 1 – 8 of 8) sorted by relevance
72 bool set_pc = false; in setSample() local110 set_pc = true; in setSample()112 if (set_pc) in setSample()
304 set_pc(AddressFrom<Address>(pc() - code->instruction_start())); in Cook()310 set_pc(code->instruction_start() + OffsetFrom(pc())); in Uncook()354 set_pc(AddressFrom<Address>(pc() - code->instruction_start())); in Cook()363 set_pc(code->instruction_start() + OffsetFrom(pc())); in Uncook()
88 inline void StackHandler::set_pc(Address value) { in set_pc() function
86 inline void set_pc(Address value);135 void set_pc(Address pc) { *pc_address() = pc; } in set_pc() function
181 void set_pc(byte* pc) { pc_ = pc; } in set_pc() function
117 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()129 sim_->set_pc(sim_->get_pc() + Instr::kInstrSize); in Stop()567 void Simulator::set_pc(int32_t value) { in set_pc() function in assembler::arm::Simulator1100 set_pc(get_register(lr)); in SoftwareInterrupt()1432 set_pc(get_register(rm)); in DecodeType01()1436 set_pc(get_register(rm)); in DecodeType01()1693 set_pc(pc_reg + off); in DecodeType5()
111 void set_pc(int32_t value);
1390 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer()