MCPcopy Create free account
hub / github.com/ZDoom/Raze / getNumRefs

Method getNumRefs

libraries/asmjit/asmjit/base/codebuilder.h:761–761  ·  view source on GitHub ↗

Get number of jumps to this target.

Source from the content-addressed store, hash-verified

759
760 //! Get number of jumps to this target.
761 ASMJIT_INLINE uint32_t getNumRefs() const noexcept { return _numRefs; }
762 //! Set number of jumps to this target.
763 ASMJIT_INLINE void setNumRefs(uint32_t i) noexcept { _numRefs = i; }
764

Callers 1

livenessAnalysisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected