Searched refs:SignalException (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.cc2409 void Simulator::SignalException(Exception e) { function in class:v8::internal::Simulator
3863 SignalException(kIntegerOverflow);
3867 SignalException(kIntegerUnderflow);
3880 SignalException(kIntegerOverflow);
3884 SignalException(kIntegerUnderflow);
4386 SignalException(kIntegerOverflow);
4390 SignalException(kIntegerUnderflow);
H A Dsimulator-mips.h467 void SignalException(Exception e);
/external/v8/src/mips64/
H A Dsimulator-mips64.h498 void SignalException(Exception e);
H A Dsimulator-mips64.cc2358 void Simulator::SignalException(Exception e) { function in class:v8::internal::Simulator
3891 SignalException(kIntegerOverflow);
3895 SignalException(kIntegerUnderflow);
3915 SignalException(kIntegerOverflow);
3919 SignalException(kIntegerUnderflow);
4593 SignalException(kIntegerOverflow);
4597 SignalException(kIntegerUnderflow);

Completed in 208 milliseconds