Home
last modified time | relevance | path

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

/external/v8/src/ppc/
Dsimulator-ppc.h232 void SoftwareInterrupt(Instruction* instr);
Dsimulator-ppc.cc1200 void Simulator::SoftwareInterrupt(Instruction* instr) { in SoftwareInterrupt() function in v8::internal::Simulator
2325 SoftwareInterrupt(instr); in ExecuteGeneric()
3917 SoftwareInterrupt(instr); in ExecuteInstruction()
/external/v8/src/arm/
Dsimulator-arm.h258 void SoftwareInterrupt(Instruction* instr);
Dsimulator-arm.cc1641 void Simulator::SoftwareInterrupt(Instruction* instr) { in SoftwareInterrupt() function in v8::internal::Simulator
3100 SoftwareInterrupt(instr); in DecodeType7()
/external/v8/src/mips64/
Dsimulator-mips64.h467 void SoftwareInterrupt();
Dsimulator-mips64.cc2157 void Simulator::SoftwareInterrupt() { in SoftwareInterrupt() function in v8::internal::Simulator
4120 SoftwareInterrupt(); in DecodeTypeRegisterSPECIAL()
/external/v8/src/mips/
Dsimulator-mips.h445 void SoftwareInterrupt();
Dsimulator-mips.cc2202 void Simulator::SoftwareInterrupt() { in SoftwareInterrupt() function in v8::internal::Simulator
4083 SoftwareInterrupt(); in DecodeTypeRegisterSPECIAL()
/external/v8/src/s390/
Dsimulator-s390.h227 void SoftwareInterrupt(Instruction* instr);
Dsimulator-s390.cc1845 void Simulator::SoftwareInterrupt(Instruction* instr) { in SoftwareInterrupt() function in v8::internal::Simulator
5354 SoftwareInterrupt(instr); in EVALUATE()