Home | History | Annotate | Download | only in interp

Lines Matching refs:enable

1452 void updateInterpBreak(Thread* thread, ExecutionSubModes subMode, bool enable)
1458 if (enable)
1477 void updateAllInterpBreak(ExecutionSubModes subMode, bool enable)
1484 updateInterpBreak(thread, subMode, enable);
1695 * When we hit a specific method, enable verbose instruction logging.