Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 22 of 22) sorted by relevance

/art/test/141-class-unload/src/
DMain.java35 Constructor<?> constructor = in main() local
78 private static void stressTest(Constructor<?> constructor) throws Exception { in stressTest()
95 private static void testUnloadClass(Constructor<?> constructor) throws Exception { in testUnloadClass()
106 private static void testUnloadLoader(Constructor<?> constructor) in testUnloadLoader()
115 private static void testStackTrace(Constructor<?> constructor) throws Exception { in testStackTrace()
127 private static void testLoadAndUnloadLibrary(Constructor<?> constructor) throws Exception { in testLoadAndUnloadLibrary()
150 private static Pair testNoUnloadInstanceHelper(Constructor<?> constructor) throws Exception { in testNoUnloadInstanceHelper()
157 private static void testNoUnloadInstance(Constructor<?> constructor) throws Exception { in testNoUnloadInstance()
165 private static Class<?> setUpUnloadClass(Constructor<?> constructor) throws Exception { in setUpUnloadClass()
180 private static Object allocObjectInOtherClassLoader(Constructor<?> constructor) in allocObjectInOtherClassLoader()
[all …]
/art/test/044-proxy/src/
DConstructorProxy.java40 Constructor<?> constructor = proxyClass.getConstructor(InvocationHandler.class); in runTest() local
/art/test/674-hiddenapi/
Dhiddenapi.cc94 jmethodID constructor = env->GetMethodID(klass, "<init>", "()V"); in NewInstance() local
255 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canDiscoverConstructor() local
267 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorA() local
292 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorV() local
/art/test/636-wrong-static-access/src/
DMain.java29 Constructor<?> constructor = in main() local
/art/test/142-classloader2/src/
DMain.java28 Constructor<?> constructor = myClassLoaderClass.getConstructor(String.class, in createClassLoader() local
/art/test/661-classloader-allocator/src/
DMain.java50 Constructor<?> constructor = in loadClass() local
/art/test/ti-agent/
Dstack_trace_helper.cc45 jmethodID constructor = env->GetMethodID( in Java_art_StackTrace_nativeGetStackTrace() local
Dmonitors_helper.cc43 jmethodID constructor = env->GetMethodID( in Java_art_Monitors_getObjectMonitorUsage() local
Dlocals_helper.cc174 jmethodID constructor = env->GetMethodID( in Java_art_Locals_GetLocalVariableTable() local
/art/tools/dexfuzz/src/dexfuzz/fuzzers/
DFuzzer.java126 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local
131 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local
/art/test/1922-owned-monitors-info/
Downed_monitors.cc104 jmethodID constructor = env->GetMethodID(ret_class.get(), "<init>", "(ILjava/lang/Object;)V"); in Java_art_Test1922_getOwnedMonitorStackDepthInfo() local
/art/test/130-hprof/src/
DMain.java44 Constructor<?> constructor = in allocInDifferentLoader() local
/art/runtime/
Dreference_table_test.cc64 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference() local
Dreflection.cc726 ArtMethod* constructor, in InvokeConstructor()
/art/dex2oat/driver/
Dcompiler_driver_test.cc179 jmethodID constructor = env_->GetMethodID(c_class, "<init>", "()V"); in TEST_F() local
/art/runtime/native/
Djava_lang_Class.cc544 ObjPtr<mirror::Constructor> constructor = in Class_getDeclaredConstructorsInternal() local
813 ArtMethod* constructor = klass->GetDeclaredConstructor( in Class_newInstance() local
/art/test/046-reflect/src/
DMain.java391 Constructor<Thrower> constructor = Thrower.class.getDeclaredConstructor(); in run() local
/art/dexdump/
Ddexdump.cc1259 const bool constructor = (name[0] == '<'); in dumpMethod() local
/art/dexlayout/
Ddexlayout.cc1202 const bool constructor = (name[0] == '<'); in DumpMethod() local
/art/runtime/interpreter/
Dunstarted_runtime.cc439 ObjPtr<mirror::Constructor> constructor; in UnstartedClassGetDeclaredConstructor() local
644 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream() local
/art/compiler/jni/
Djni_compiler_test.cc320 jmethodID constructor = env_->GetMethodID(jklass_, "<init>", "()V"); in SetUpForTest() local
/art/runtime/jni/
Djni_internal_test.cc658 jmethodID constructor = env_->GetMethodID(jklass_, "<init>", "()V"); in SetUpForTest() local