Searched defs:pNewPatchRec (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp5751 PPATMPATCHREC pNewPatchRec; local
5770 pNewPatchRec = (PPATMPATCHREC)RTAvloU32Get(&pVM->patm.s.PatchLookupTreeHC->PatchTree, pInstrGC);
5771 Assert(pNewPatchRec); /* can't fail */
5778 bool fInserted = RTAvloU32Insert(&pVM->patm.s.PatchLookupTreeHC->PatchTree, &pNewPatchRec->Core);
5785 pNewPatchRec->patch.flags |= PATMFL_CODE_REFERENCED;
5794 RefreshPatch.pPatchRec = &pNewPatchRec->patch;
5813 pNewPatchRec->patch.pTrampolinePatchesHead = pTrampolinePatchesHead;
5814 pNewPatchRec->patch.flags |= PATMFL_EXTERNAL_JUMP_INSIDE;

Completed in 64 milliseconds