class VmBytecodeForwardJumper

Defined at line 23 of file ../../src/developer/debug/zxdb/expr/vm_stream.h

Shared implementation for VmBytecodeForwardJump and VmBytecodeForwardJumpIfFalse below.

Public Methods

void VmBytecodeForwardJumper (VmStream * stream, VmOpType op)

Defined at line 17 of file ../../src/developer/debug/zxdb/expr/vm_stream.cc

void ~VmBytecodeForwardJumper ()

Defined at line 21 of file ../../src/developer/debug/zxdb/expr/vm_stream.cc

void VmBytecodeForwardJumper ()

Defined at line 25 of file ../../src/developer/debug/zxdb/expr/vm_stream.h

void JumpToHere ()

This will be a no-op if the source was never set (either by the constructor or SetSource()).

Defined at line 26 of file ../../src/developer/debug/zxdb/expr/vm_stream.cc

Protected Methods

void SetSourceAndOp (VmStream * stream, VmOpType op)

Defined at line 39 of file ../../src/developer/debug/zxdb/expr/vm_stream.cc