Searched refs:InstrumentStateDisable (Results 1 – 6 of 6) sorted by relevance
22 InstrumentStateDisable = 0, enumerator
181 case InstrumentStateDisable: Disable(); break; in HandleInstrumentationEvent()
1355 movn(xzr, InstrumentStateDisable); in DisableInstrumentation()
44 enum InstrumentState { InstrumentStateDisable = 0, InstrumentStateEnable = 1 }; enumerator
200 case InstrumentStateDisable: in HandleInstrumentationEvent()
2738 VIXL_ASSERT(!isprint(InstrumentStateDisable)); in DisableInstrumentation()2740 movn(xzr, InstrumentStateDisable); in DisableInstrumentation()