sO mapMethodLike dm_call_resolved(O mod, S method, O... args) { if (mod == null) null; temp dm_enter(mod); ret call_withVarargs(mod, method, args); }