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

/vbox/src/VBox/VMM/VMMR3/
H A DCSAM.cpp82 static void csamMarkCode(PVM pVM, PCSAMPAGE pPage, RTRCPTR pInstr, uint32_t opsize, bool fScanned);
1245 csamMarkCode(pVM, pPage, pCurInstrGC, cbInstr, true);
1360 csamMarkCode(pVM, pPage, pCurInstrGC, cbInstr, true);
2266 static void csamMarkCode(PVM pVM, PCSAMPAGE pPage, RTRCPTR pInstr, uint32_t cbInstr, bool fScanned) function
2320 csamMarkCode(pVM, pPage, pInstr, cbInstr, fScanned);

Completed in 39 milliseconds