Home | History | Annotate | Download | only in dalvik

Lines Matching full:monitor

413   <td>monitor-enter vAA</td>
415 <td>Acquire the monitor for the indicated object.</td>
419 <td>monitor-exit vAA</td>
421 <td>Release the monitor for the indicated object.
429 a monitor cleanup catch-all (e.g., <code>finally</code>) block as
430 the monitor cleanup for that block itself, as a way to handle the
433 to have proper monitor hygiene.</p>