Home
last modified time | relevance | path

Searched refs:FactoryHelper (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/util/proxy/
DProxyFactory.java499 FactoryHelper.writeFile(cf, writeDirectory); in createClass3()
501 thisClass = FactoryHelper.toClass(cf, cl, getDomain()); in createClass3()
1269 int index = FactoryHelper.typeIndex(type); in makeWrapper()
1270 String wrapper = FactoryHelper.wrapperTypes[index]; in makeWrapper()
1275 FactoryHelper.wrapperDesc[index]); in makeWrapper()
1276 return regno + FactoryHelper.dataSize[index]; in makeWrapper()
1306 int index = FactoryHelper.typeIndex(type); in addUnwrapper()
1307 String wrapper = FactoryHelper.wrapperTypes[index]; in addUnwrapper()
1310 FactoryHelper.unwarpMethods[index], in addUnwrapper()
1311 FactoryHelper.unwrapDesc[index]); in addUnwrapper()
DFactoryHelper.java36 public class FactoryHelper { class