| 613 | |
| 614 | ASMJIT_INLINE CBLabel* getTarget() const noexcept { return _target; } |
| 615 | ASMJIT_INLINE CBJump* getJumpNext() const noexcept { return _jumpNext; } |
| 616 | |
| 617 | // -------------------------------------------------------------------------- |
| 618 | // [Members] |