Searched refs:InstrumentStateDisable (Results 1 – 6 of 6) sorted by relevance
22 InstrumentStateDisable = 0, enumerator
182 case InstrumentStateDisable: Disable(); break; in HandleInstrumentationEvent()
1665 movn(xzr, InstrumentStateDisable); in DisableInstrumentation()
44 enum InstrumentState { InstrumentStateDisable = 0, InstrumentStateEnable = 1 }; enumerator
197 case InstrumentStateDisable: in HandleInstrumentationEvent()
2691 VIXL_ASSERT(!isprint(InstrumentStateDisable)); in DisableInstrumentation()2693 movn(xzr, InstrumentStateDisable); in DisableInstrumentation()