Searched refs:m_methodName (Results 1 – 2 of 2) sorted by relevance
106 , m_methodName(methodName) in ConversionContext()114 const String& methodName() const { return m_methodName; } in methodName()115 bool forConstructor() const { return m_methodName.isEmpty(); } in forConstructor()129 const String m_methodName; variable
383 m_methodName = method.getName (cls); in visit()384 …visit", (method.isSynthetic () ? "synthetic " : "") + "method #" + m + ": [" + m_methodName + "]"); in visit()386 final boolean isClinit = IClassDefConstants.CLINIT_NAME.equals (m_methodName); in visit()410 …m_classMethodDescriptors [m] = new MethodDescriptor (m_methodName, method.getDescriptor (cls), IMe… in visit()419 …m_classMethodDescriptors [m] = new MethodDescriptor (m_methodName, method.getDescriptor (cls), IMe… in visit()457 …m_classMethodDescriptors [m] = new MethodDescriptor (m_methodName, method.getDescriptor (cls), sta… in visit()2128 m_methodName = null;2175 private String m_methodName;