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

/vbox/src/VBox/VMM/testcase/Instructions/
H A DInstructionTestGen.py365 def getMaxOpBytes(self): member in class:TargetEnv
826 cbMaxOp = oGen.oTarget.getMaxOpBytes();
1058 cbMaxOp = oGen.oTarget.getMaxOpBytes();
1104 cbMaxOp = oGen.oTarget.getMaxOpBytes();
1149 if cbEffOp > oGen.oTarget.getMaxOpBytes():
1240 cbMaxOp = oGen.oTarget.getMaxOpBytes();
1274 cbMaxOp = oGen.oTarget.getMaxOpBytes();
1310 if cbEffOp > oGen.oTarget.getMaxOpBytes():

Completed in 49 milliseconds