Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java2004 addConstructorToDexMakerGenerator(TypeId.INT); in testCaching_Constructors()
2013 addConstructorToDexMakerGenerator(TypeId.INT); in testCaching_Constructors()
2021 addConstructorToDexMakerGenerator(TypeId.BOOLEAN); in testCaching_Constructors()
2028 addConstructorToDexMakerGenerator(TypeId.INT); in testCaching_Constructors()
2029 addConstructorToDexMakerGenerator(TypeId.BOOLEAN); in testCaching_Constructors()
2036 addConstructorToDexMakerGenerator(TypeId.BOOLEAN); in testCaching_Constructors()
2037 addConstructorToDexMakerGenerator(TypeId.INT); in testCaching_Constructors()
2042 private void addConstructorToDexMakerGenerator(TypeId<?>... params) throws Exception { in addConstructorToDexMakerGenerator() method in DexMakerTest