static long dm_moduleCodeSize(O mod) { Class mc = getMainClass(dm_getModule(mod)); if (mc == dm_os()) ret 0; ret loadedCodeSizeOfProgram(mc); }