String calleeClassName = newInvocationStruct.className;
String calleeMethodName = INIT_METHOD_NAME;
String calleeMethodDesc = newInvocationStruct.ctorDesc;
int joinPointHash = AsmHelper.calculateMethodHash(calleeMethodName, calleeMethodDesc);
ClassInfo classInfo = AsmClassInfo.getClassInfo(calleeClassName, m_loader);
ConstructorInfo calleeConstructorInfo = classInfo.getConstructor(joinPointHash);
if (calleeConstructorInfo == null) {
super.visitTypeInsn(opcode, desc);//we failed
System.err.println(
"AW::WARNING " +
"metadata structure could not be build for method ["