Lines Matching +defs:val +defs:enable
215 void SetVReg(size_t i, int32_t val) { in SetVReg()
224 void SetVRegFloat(size_t i, float val) { in SetVRegFloat()
233 void SetVRegLong(size_t i, int64_t val) { in SetVRegLong()
244 void SetVRegDouble(size_t i, double val) { in SetVRegDouble()
351 void SetForcePopFrame(bool enable) { in SetForcePopFrame()
359 void SetForceRetryInstruction(bool enable) { in SetForceRetryInstruction()
367 void SetSkipMethodExitEvents(bool enable) { in SetSkipMethodExitEvents()
375 void SetSkipNextExceptionEvent(bool enable) { in SetSkipNextExceptionEvent()
383 void SetNotifyDexPcMoveEvents(bool enable) { in SetNotifyDexPcMoveEvents()
391 void SetNotifyExceptionHandledEvent(bool enable) { in SetNotifyExceptionHandledEvent()
420 void UpdateFrameFlag(bool enable, FrameFlags flag) { in UpdateFrameFlag()