Searched refs:IsEnabledStop (Results 1 – 4 of 4) sorted by relevance
288 bool IsEnabledStop(uint32_t code);
1776 if (IsEnabledStop(code)) { in HandleStop()1792 bool Simulator::IsEnabledStop(uint32_t code) { in IsEnabledStop() function in v8::internal::Simulator1800 if (!IsEnabledStop(code)) { in EnableStop()1807 if (IsEnabledStop(code)) { in DisableStop()1835 const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo()
340 bool IsEnabledStop(uint64_t code);
1841 if (IsEnabledStop(code)) { in HandleStop()1857 bool Simulator::IsEnabledStop(uint64_t code) { in IsEnabledStop() function in v8::internal::Simulator1865 if (!IsEnabledStop(code)) { in EnableStop()1872 if (IsEnabledStop(code)) { in DisableStop()1900 const char* state = IsEnabledStop(code) ? "Enabled" : "Disabled"; in PrintStopInfo()