Home
last modified time | relevance | path

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

12

/art/test/141-class-unload/src/
DMain.java39 Constructor<?> constructor = in main() local
93 private static void stressTest(Constructor<?> constructor) throws Exception { in stressTest()
110 private static void testUnloadClass(Constructor<?> constructor) throws Exception { in testUnloadClass()
121 private static void testUnloadLoader(Constructor<?> constructor) throws Exception { in testUnloadLoader()
129 private static void testStackTrace(Constructor<?> constructor) throws Exception { in testStackTrace()
141 private static void testLoadAndUnloadLibrary(Constructor<?> constructor) throws Exception { in testLoadAndUnloadLibrary()
165 private static Pair $noinline$testNoUnloadInstanceHelper(Constructor<?> constructor) in $noinline$testNoUnloadInstanceHelper()
173 private static void testNoUnloadInstance(Constructor<?> constructor) throws Exception { in testNoUnloadInstance()
180 private static Class<?> setUpUnloadClass(Constructor<?> constructor) throws Exception { in setUpUnloadClass()
195 private static Object allocObjectInOtherClassLoader(Constructor<?> constructor) in allocObjectInOtherClassLoader()
[all …]
/art/test/2276-const-method-type-gc-cleanup/src-art/
DMain.java35 Constructor<?> constructor = in main() local
48 private static void callDoWork(Constructor constructor) throws Throwable { in callDoWork()
58 private static WeakReference $noinline$doRealWork(Constructor constructor) throws Throwable { in $noinline$doRealWork()
/art/test/854-image-inlining/src/
DMain.java28 Constructor<?> constructor = in main() local
/art/test/044-proxy/src/
DConstructorProxy.java40 Constructor<?> constructor = proxyClass.getConstructor(InvocationHandler.class); in runTest() local
/art/test/636-wrong-static-access/src/
DMain.java29 Constructor<?> constructor = in main() local
/art/test/827-resolve-method/src/
DMain.java34 Constructor<?> constructor = in loadClass() local
/art/test/674-hiddenapi/
Dhiddenapi.cc119 jmethodID constructor = env->GetMethodID(klass, "<init>", "()V"); in NewInstance() local
280 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canDiscoverConstructor() local
292 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorA() local
317 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorV() local
/art/test/661-classloader-allocator/src/
DMain.java50 Constructor<?> constructor = in loadClass() local
/art/test/142-classloader2/src/
DMain.java28 Constructor<?> constructor = myClassLoaderClass.getConstructor(String.class, in createClassLoader() local
/art/test/817-hiddenapi/
Dtest_native.cc31 jmethodID constructor = env->GetMethodID(cls, "<init>", "()V"); in Java_TestCase_testNativeInternal() 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.java122 Constructor<? extends Executor> constructor = in addExecutorsForArchitecture() local
127 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.cc69 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference() local
Dreflection.cc793 ArtMethod* constructor, in InvokeConstructor()
/art/dex2oat/driver/
Dcompiler_driver_test.cc182 jmethodID constructor = env_->GetMethodID(c_class, "<init>", "()V"); in TEST_F() local
/art/runtime/native/
Djava_lang_Class.cc461 ObjPtr<mirror::Constructor> constructor = in Class_getDeclaredConstructorsInternal() local
909 ReflectiveHandle<ArtMethod> constructor(mhs.NewMethodHandle(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.cc1398 const bool constructor = (name[0] == '<'); in dumpMethod() local
/art/runtime/interpreter/
Dunstarted_runtime.cc438 ObjPtr<mirror::Constructor> constructor = (pointer_size == PointerSize::k64) in UnstartedClassGetDeclaredConstructor() local
639 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream() local
/art/compiler/jni/
Djni_compiler_test.cc334 jmethodID constructor = env_->GetMethodID(jklass_, "<init>", "()V"); in SetUpForTest() local
/art/dex2oat/
Ddex2oat.cc461 ArtMethod* constructor = old_field_value_->GetClass()->FindConstructor("(I)V", pointer_size); in ThreadLocalHashOverride() local

12