Searched defs:NewInstance (Results 1 - 3 of 3) sorted by relevance

/art/test/435-new-instance/src/
H A DMain.java24 $opt$NewInstance("newInstanceInterface", InstantiationError.class.getCanonicalName());
26 $opt$NewInstance("newInstanceClass", InstantiationError.class.getCanonicalName());
28 $opt$NewInstance("newInstancePrivateClass", IllegalAccessError.class.getCanonicalName());
30 $opt$NewInstance("newInstanceUnknownClass", NoClassDefFoundError.class.getCanonicalName());
33 private static void $opt$NewInstance(String method, String errorName) throws Throwable {
35 Class<?> c = Class.forName("NewInstance");
/art/test/674-hiddenapi/
H A Dhiddenapi.cc64 static jobject NewInstance(JNIEnv* env, jclass klass) { function in namespace:art::Test674HiddenApi
97 jobject obj = NewInstance(env, klass);
127 jobject obj = NewInstance(env, klass);
171 jobject obj = NewInstance(env, klass);
202 jobject obj = NewInstance(env, klass);
/art/tools/titrace/
H A Dinstruction_decoder.cc508 InstructionDecoder* InstructionDecoder::NewInstance(InstructionFileFormat file_format) { function in class:titrace::InstructionDecoder

Completed in 104 milliseconds