Searched refs:InstrumentStateEnable (Results 1 – 6 of 6) sorted by relevance
23 InstrumentStateEnable = 1 enumerator
180 case InstrumentStateEnable: Enable(); break; in HandleInstrumentationEvent()
1349 movn(xzr, InstrumentStateEnable); in EnableInstrumentation()
44 enum InstrumentState { InstrumentStateDisable = 0, InstrumentStateEnable = 1 }; enumerator
197 case InstrumentStateEnable: in HandleInstrumentationEvent()
2731 VIXL_ASSERT(!isprint(InstrumentStateEnable)); in EnableInstrumentation()2733 movn(xzr, InstrumentStateEnable); in EnableInstrumentation()