substrMatches     116 core/AvmCore.cpp             if (substrMatches("parse", p, e))
substrMatches     118 core/AvmCore.cpp             else if (substrMatches("verify", p, e))
substrMatches     120 core/AvmCore.cpp             else if (substrMatches("interp", p, e))
substrMatches     122 core/AvmCore.cpp             else if (substrMatches("traits", p, e))
substrMatches     124 core/AvmCore.cpp             else if (substrMatches("builtins", p, e))
substrMatches     126 core/AvmCore.cpp             else if (substrMatches("memstats", p, e)) 
substrMatches     128 core/AvmCore.cpp             else if (substrMatches("sweep", p, e)) 
substrMatches     130 core/AvmCore.cpp             else if (substrMatches("occupancy", p, e)) 
substrMatches     133 core/AvmCore.cpp             else if (substrMatches("jit", p, e))