Home
last modified time | relevance | path

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

/external/opencore/fileformats/mp4/composer/src/
Davcconfiguration.cpp72 bool set_pc = false; in setSample() local
110 set_pc = true; in setSample()
112 if (set_pc) in setSample()
/external/webkit/V8Binding/v8/src/
Dframes.cc304 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()
Dframes-inl.h88 inline void StackHandler::set_pc(Address value) { in set_pc() function
Dframes.h86 inline void set_pc(Address value);
135 void set_pc(Address pc) { *pc_address() = pc; } in set_pc() function
Dassembler.h181 void set_pc(byte* pc) { pc_ = pc; } in set_pc() function
/external/webkit/V8Binding/v8/src/arm/
Dsimulator-arm.cc117 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::Simulator
1100 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()
Dsimulator-arm.h111 void set_pc(int32_t value);
Dassembler-arm.cc1390 rinfo.set_pc(rinfo.pc() + pc_delta); in GrowBuffer()