Searched refs:IllegalInstrTree (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPATMInternal.h256 R3PTRTYPE(PAVLPVNODECORE) IllegalInstrTree; member in struct:__anon16936
/vbox/src/VBox/VMM/VMMR3/
H A DPATM.cpp1260 bool ret = RTAvlPVInsert(&pPatch->pTempInfo->IllegalInstrTree, pRec);
1269 pRec = RTAvlPVGet(&pPatch->pTempInfo->IllegalInstrTree, (AVLPVKEY)(uintptr_t)pInstrGC);
3000 patmEmptyTree(pVM, &pPatch->pTempInfo->IllegalInstrTree);
3018 patmEmptyTree(pVM, &pPatch->pTempInfo->IllegalInstrTree);
3363 patmEmptyTree(pVM, &pPatch->pTempInfo->IllegalInstrTree);
3380 patmEmptyTree(pVM, &pPatch->pTempInfo->IllegalInstrTree);
3541 patmEmptyTree(pVM, &pPatch->pTempInfo->IllegalInstrTree);
H A DPATMSSM.cpp695 Assert(!pPatch->patch.pTempInfo || pPatch->patch.pTempInfo->IllegalInstrTree == 0);

Completed in 69 milliseconds