Searched defs:constructor (Results 1 – 13 of 13) sorted by relevance
35 Constructor constructor = in main() local72 private static void stressTest(Constructor constructor) throws Exception { in stressTest()81 private static void testUnloadClass(Constructor constructor) throws Exception { in testUnloadClass()92 private static void testUnloadLoader(Constructor constructor) in testUnloadLoader()101 private static void testStackTrace(Constructor constructor) throws Exception { in testStackTrace()111 private static void testLoadAndUnloadLibrary(Constructor constructor) throws Exception { in testLoadAndUnloadLibrary()119 private static void testNoUnloadInvoke(Constructor constructor) throws Exception { in testNoUnloadInvoke()129 private static void testNoUnloadInstance(Constructor constructor) throws Exception { in testNoUnloadInstance()140 private static WeakReference<Class> setUpUnloadClass(Constructor constructor) throws Exception { in setUpUnloadClass()155 private static WeakReference<ClassLoader> setUpUnloadLoader(Constructor constructor, in setUpUnloadLoader()[all …]
132 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local137 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local142 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local
40 Constructor<?> constructor = proxyClass.getConstructor(InvocationHandler.class); in runTest() local
28 Constructor constructor = myClassLoaderClass.getConstructor(String.class, in createClassLoader() local
44 Constructor constructor = in allocInDifferentLoader() local
118 Constructor constructor = in loadDexFile() local
358 auto* constructor = mirror::Constructor::CreateFromArtMethod(soa.Self(), &m); in Class_getDeclaredConstructorsInternal() local610 auto* constructor = klass->GetDeclaredConstructor( in Class_newInstance() local
159 jmethodID constructor = env_->GetMethodID(c_class, "<init>", "()V"); in TEST_F() local
392 Constructor<Thrower> constructor = Thrower.class.getDeclaredConstructor(); in run() local
941 const bool constructor = (name[0] == '<'); in dumpMethod() local
126 jmethodID constructor = env_->GetMethodID(jklass_, "<init>", "()V"); in SetUpForTest() local
655 jmethodID constructor = env_->GetMethodID(jklass_, "<init>", "()V"); in SetUpForTest() local
480 ArtMethod* constructor = h_class->FindDeclaredDirectMethod( in GetResourceAsStream() local