Searched refs:NewInstance (Results 1 – 14 of 14) sorted by relevance
/art/test/435-new-instance/src/ |
D | Main.java | 24 $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/ |
D | info.txt | 2 and triggering a DCHECK() failure when merging ClinitCheck into NewInstance.
|
/art/tools/jvmti-agents/titrace/ |
D | instruction_decoder.h | 37 static InstructionDecoder* NewInstance(InstructionFileFormat file_format);
|
D | titrace.cc | 118 stats.instruction_decoder_.reset(InstructionDecoder::NewInstance(format)); in Initialize()
|
D | instruction_decoder.cc | 509 InstructionDecoder* InstructionDecoder::NewInstance(InstructionFileFormat file_format) { in NewInstance() function in titrace::InstructionDecoder
|
/art/test/674-hiddenapi/ |
D | hiddenapi.cc | 93 static jobject NewInstance(JNIEnv* env, jclass klass) { in NewInstance() function 126 jobject obj = NewInstance(env, klass); in Java_JNI_canGetField() 156 jobject obj = NewInstance(env, klass); in Java_JNI_canSetField() 200 jobject obj = NewInstance(env, klass); in Java_JNI_canInvokeMethodA() 231 jobject obj = NewInstance(env, klass); in Java_JNI_canInvokeMethodV()
|
/art/test/624-checker-stringops/smali/ |
D | Smali.smali | 20 ## 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 lo…
|
/art/test/563-checker-fakestring/smali/ |
D | TestCase.smali | 46 ## 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/test/530-checker-lse-ctor-fences/smali/ |
D | Smali.smali | 19 ## CHECK: NewInstance 25 ## CHECK: NewInstance
|
/art/test/530-checker-lse/smali/ |
D | Main.smali | 160 ## CHECK: NewInstance 170 ## CHECK: NewInstance 241 ## CHECK-DAG: <<Obj:l\d+>> NewInstance
|
/art/test/575-checker-string-init-alias/smali/ |
D | TestCase.smali | 48 ## CHECK: <<New:l\d+>> NewInstance
|
/art/compiler/optimizing/ |
D | scheduler_arm.h | 88 M(NewInstance , unused) \
|
D | scheduler_arm64.h | 78 M(NewInstance , unused) \
|
D | nodes.h | 1423 M(NewInstance, Instruction) \ 4263 DECLARE_INSTRUCTION(NewInstance); 4266 DEFAULT_COPY_CONSTRUCTOR(NewInstance);
|