Home
last modified time | relevance | path

Searched refs:JumpDisp (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/bearssl/T0/
H A DOpcodeJumpUncond.cs44 return JumpDisp == 0;
55 if (JumpDisp == Int32.MinValue) { in ToString()
58 return "jump disp=" + JumpDisp; in ToString()
H A DOpcodeJumpIf.cs59 if (JumpDisp == Int32.MinValue) { in ToString()
62 return "jumpif disp=" + JumpDisp; in ToString()
H A DOpcodeJumpIfNot.cs59 if (JumpDisp == Int32.MinValue) { in ToString()
62 return "jumpifnot disp=" + JumpDisp; in ToString()
H A DOpcode.cs90 internal virtual int JumpDisp { property in Opcode
H A DOpcodeJump.cs41 internal override int JumpDisp { property in OpcodeJump
H A DWordInterpreted.cs212 int j = op.JumpDisp; in AnalyseFlow()