Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 25 of 25) 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/636-wrong-static-access/src/
DMain.java29 Constructor<?> constructor = in main() local
/art/test/674-hiddenapi/
Dhiddenapi.cc97 jmethodID constructor = env->GetMethodID(klass, "<init>", "()V"); in NewInstance() local
258 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canDiscoverConstructor() local
270 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorA() local
295 jmethodID constructor = env->GetMethodID(klass, "<init>", utf_args.c_str()); in Java_JNI_canInvokeConstructorV() local
/art/test/827-resolve-method/src/
DMain.java34 Constructor<?> constructor = in loadClass() 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/817-hiddenapi/
Dtest_native.cc30 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.cc64 ArtMethod* constructor = h_ref_class->FindConstructor( in CreateWeakReference() local
Dreflection.cc790 ArtMethod* constructor, in InvokeConstructor()
/art/runtime/native/
Djava_lang_Class.cc449 ObjPtr<mirror::Constructor> constructor = in Class_getDeclaredConstructorsInternal() local
780 ReflectiveHandle<ArtMethod> constructor(mhs.NewMethodHandle(klass->GetDeclaredConstructor( in Class_newInstance() local
/art/dex2oat/driver/
Dcompiler_driver_test.cc177 jmethodID constructor = env_->GetMethodID(c_class, "<init>", "()V"); in TEST_F() local
/art/test/046-reflect/src/
DMain.java391 Constructor<Thrower> constructor = Thrower.class.getDeclaredConstructor(); in run() local
/art/dexlayout/
Ddexlayout.cc1273 const bool constructor = (name[0] == '<'); in DumpMethod() local
/art/dexdump/
Ddexdump.cc1391 const bool constructor = (name[0] == '<'); in dumpMethod() local
/art/runtime/interpreter/
Dunstarted_runtime.cc432 ObjPtr<mirror::Constructor> constructor = (pointer_size == PointerSize::k64) in UnstartedClassGetDeclaredConstructor() local
634 ArtMethod* constructor = h_class->FindConstructor("([B)V", cl->GetImagePointerSize()); in GetResourceAsStream() local
/art/compiler/jni/
Djni_compiler_test.cc330 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
/art/runtime/jni/
Djni_internal_test.cc659 jmethodID constructor = env_->GetMethodID(jklass_, "<init>", "()V"); in SetUpForTest() local