Searched refs:nrJumpRecs (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp91 uint32_t nrJumpRecs; member in struct:PATCHINFOSSM
407 SSMFIELD_ENTRY( PATMPATCHRECSSM, patch.nrJumpRecs), // should be zero?
606 pPatch->patch.nrJumpRecs = pPatchSSM->patch.nrJumpRecs;
650 pPatchSSM->patch.nrJumpRecs = pPatch->patch.nrJumpRecs;
684 Log4(("patmSavePatchState: cbPatchJump=%u uCurPathOffset=%#x pInstrGCLowest/Higest=%#x/%#x nrFixups=%#x nrJumpRecs=%#x\n",
686 patch.patch.nrFixups, patch.patch.nrJumpRecs));
910 Log4(("patmR3Load: cbPatchJump=%u uCurPathOffset=%#x pInstrGCLowest/Higest=%#x/%#x nrFixups=%#x nrJumpRecs=%#x\n",
912 patch.patch.nrFixups, patch.patch.nrJumpRecs));
[all...]
H A DPATM.cpp1160 unsigned nrJumpRecs = 0; local
1175 nrJumpRecs++;
1237 Log(("Set branch target %d to %08X : %08x - (%08x + %d + %d)\n", nrJumpRecs, displ, pBranchTargetGC, pInstrGC, pRec->offDispl, sizeof(RTRCPTR)));
1239 Assert(nrJumpRecs == pPatch->nrJumpRecs);
3016 pPatch->nrJumpRecs = 0;
3378 pPatch->nrJumpRecs = 0;
3539 pPatch->nrJumpRecs = 0;
4582 STAMR3RegisterF(pVM, &pPatchRec->patch.nrJumpRecs, STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_OCCURENCES, NULL, "/PATM/PatchBD/0x%RRv/nrJumpRecs", pPatchRe
[all...]
H A DPATMPatch.cpp146 pPatch->nrJumpRecs++;
600 Log(("PatchGenLoop %d jump %d to %08x offrel=%d\n", opcode, pPatch->nrJumpRecs, pTargetGC, pPatchAsmRec->offRelJump));
/vbox/src/VBox/VMM/include/
H A DPATMInternal.h324 uint32_t nrJumpRecs; member in struct:PATCHINFO
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1293 GEN_CHECK_OFF(PATCHINFO, nrJumpRecs);

Completed in 69 milliseconds