Home
last modified time | relevance | path

Searched refs:NewInstance (Results 1 – 12 of 12) sorted by relevance

/art/test/435-new-instance/src/
DMain.java24 $opt$NewInstance("newInstanceInterface", InstantiationError.class.getCanonicalName()); in main()
26 $opt$NewInstance("newInstanceClass", InstantiationError.class.getCanonicalName()); in main()
28 $opt$NewInstance("newInstancePrivateClass", IllegalAccessError.class.getCanonicalName()); in main()
30 $opt$NewInstance("newInstanceUnknownClass", NoClassDefFoundError.class.getCanonicalName()); in main()
33 private static void $opt$NewInstance(String method, String errorName) throws Throwable { in $opt$NewInstance()
/art/test/594-load-string-regression/
Dinfo.txt2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
/art/tools/jvmti-agents/titrace/
Dinstruction_decoder.h37 static InstructionDecoder* NewInstance(InstructionFileFormat file_format);
Dtitrace.cc118 stats.instruction_decoder_.reset(InstructionDecoder::NewInstance(format)); in Initialize()
Dinstruction_decoder.cc509 InstructionDecoder* InstructionDecoder::NewInstance(InstructionFileFormat file_format) { in NewInstance() function in titrace::InstructionDecoder
/art/test/674-hiddenapi/
Dhiddenapi.cc96 static jobject NewInstance(JNIEnv* env, jclass klass) { in NewInstance() function
129 jobject obj = NewInstance(env, klass); in Java_JNI_canGetField()
159 jobject obj = NewInstance(env, klass); in Java_JNI_canSetField()
203 jobject obj = NewInstance(env, klass); in Java_JNI_canInvokeMethodA()
234 jobject obj = NewInstance(env, klass); in Java_JNI_canInvokeMethodV()
/art/test/624-checker-stringops/smali/
DSmali.smali20 ## CHECK-DAG: <<New:l\d+>> NewInstance
48 ## CHECK-DAG: <<New:l\d+>> NewInstance
56 ## CHECK-DAG: <<New:l\d+>> NewInstance
84 ## CHECK-DAG: <<New:l\d+>> NewInstance
96 ## CHECK-DAG: <<New:l\d+>> NewInstance lo…
141 ## CHECK-DAG: <<New:l\d+>> NewInstance
153 ## CHECK-DAG: <<New:l\d+>> NewInstance
/art/test/563-checker-fakestring/smali/
DTestCase.smali46 ## CHECK-DAG: <<String:l\d+>> NewInstance
71 # compiling --debuggable, the NewInstance will be optimized out.
79 ## CHECK: <<String:l\d+>> NewInstance
113 # Test that a redundant NewInstance is removed if not used and not compiling
117 ## CHECK-NOT: NewInstance
121 ## CHECK: NewInstance
285 ## CHECK-DAG: <<String:l\d+>> NewInstance
289 ## CHECK-DAG: <<String:l\d+>> NewInstance
310 ## CHECK-NOT: NewInstance
/art/compiler/optimizing/
Dscheduler_arm.h88 M(NewInstance , unused) \
Dscheduler_arm64.h78 M(NewInstance , unused) \
Dnodes.h1496 M(NewInstance, Instruction) \
4333 DECLARE_INSTRUCTION(NewInstance);
4336 DEFAULT_COPY_CONSTRUCTOR(NewInstance);
/art/test/575-checker-string-init-alias/smali/
DTestCase.smali48 ## CHECK: <<New:l\d+>> NewInstance