Searched refs:isEnabledStop (Results 1 – 2 of 2) sorted by relevance
287 inline bool isEnabledStop(uint32_t bkpt_code);
1902 if (isEnabledStop(code)) { in SoftwareInterrupt()1936 bool Simulator::isEnabledStop(uint32_t code) { in isEnabledStop() function in v8::internal::Simulator1946 if (!isEnabledStop(code)) { in EnableStop()1954 if (isEnabledStop(code)) { in DisableStop()1980 const char* state = isEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo()