try {
AbstractFunction fun = _methodMap.get(hash, name, nameLen);
if (fun != null)
return fun.callMethodRef(env, thisValue, a1, a2, a3, a4, a5);
else if (getCall() != null) {
return getCall().callMethodRef(env,
thisValue,
env.createString(name, nameLen),
new ArrayValueImpl()