Lines Matching defs:ret
124 bool ret = RTAvlPVInsert(&pPatch->FixupTree, &pRec->Core);
125 Assert(ret); NOREF(ret);
144 bool ret = RTAvlPVInsert(&pPatch->JumpTree, &pRec->Core);
145 Assert(ret); NOREF(ret);
723 /** @note Don't check for IF=1 here. The ret instruction will do this. */
799 /* Need to set PATM_ASMFIX_INTERRUPTFLAG after the patched ret returns here. */
899 /** @note optimization: multiple identical ret instruction in a single patch can share a single patched ret. */
929 /* Duplicate the ret or ret n instruction; it will use the PATM return address */