MCPcopy Create free account
hub / github.com/devosoft/avida / FlagCopied

Method FlagCopied

avida-core/source/cpu/cCPUMemory.h:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51 ~cCPUMemory() { ; }
52
53 inline bool FlagCopied(int pos) const { return (MASK_COPIED & m_flag_array[pos]) != 0; }
54 inline bool FlagMutated(int pos) const { return (MASK_MUTATED & m_flag_array[pos]) != 0; }
55 inline bool FlagExecuted(int pos) const { return (MASK_EXECUTED & m_flag_array[pos]) != 0; }
56 inline bool FlagPointMut(int pos) const { return (MASK_POINTMUT & m_flag_array[pos]) != 0; }

Callers 8

calcCopiedSizeMethod · 0.80
calcCopiedSizeMethod · 0.80
calcCopiedSizeMethod · 0.80
calcCopiedSizeMethod · 0.80
calcCopiedSizeMethod · 0.80
UpdateCPU_OriginalMethod · 0.80
UpdateCPU_SMTMethod · 0.80
ViewInstructionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected