Searched refs:StatNrOpcodeRead (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DCSAMInternal.h203 STAMCOUNTER StatNrOpcodeRead; member in struct:CSAM
H A DPATMInternal.h535 STAMCOUNTER StatNrOpcodeRead; member in struct:PATM
/vbox/src/VBox/VMM/VMMR3/
H A DPATMSSM.cpp195 SSMFIELD_ENTRY_IGNORE( PATM, StatNrOpcodeRead),
294 SSMFIELD_ENTRY_IGNORE( PATM, StatNrOpcodeRead),
H A DCSAM.cpp150 SSMFIELD_ENTRY_IGNORE( CSAM, StatNrOpcodeRead),
286 STAM_REG(pVM, &pVM->csam.s.StatNrOpcodeRead, STAMTYPE_COUNTER, "/CSAM/OpcodeBytesRead", STAMUNIT_OCCURENCES, "The number of opcode bytes read by the recompiler.");
H A DPATM.cpp243 STAM_REG(pVM, &pVM->patm.s.StatNrOpcodeRead, STAMTYPE_COUNTER, "/PATM/OpcodeBytesRead", STAMUNIT_OCCURENCES, "The number of opcode bytes read by the recompiler.");
5149 STAM_COUNTER_ADD(&pVM->patm.s.StatNrOpcodeRead, 1);
5208 STAM_COUNTER_ADD(&pVM->patm.s.StatNrOpcodeRead, 1);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h1243 GEN_CHECK_OFF(PATM, StatNrOpcodeRead);

Completed in 79 milliseconds