MCPcopy Create free account
hub / github.com/KasperskyLab/hrtng / JcMapper

Function JcMapper

src/unflat.cpp:322–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320 int lastJnzTrg;
321 mbl_array_t* mba;
322 JcMapper(mbl_array_t* _mba, mop_t *mc, mop_t* mc_sub, mop_t *ma, int iDispatch, int iFirst) :
323 m_CompareVar(mc), m_SubCompareVar(mc_sub), m_AssignVar(ma), m_DispatchBlockNo(iDispatch), m_FirstBlockNo(iFirst), lastJnzTrg(-1), mba(_mba)
324 { };
325
326 bool isCompare(mblock_t* blk)
327 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected