Searched refs:CompileForTestWithCurrentJni (Results 1 – 1 of 1) sorted by relevance
/art/compiler/jni/ |
D | jni_compiler_test.cc | 266 void CompileForTestWithCurrentJni(jobject class_loader, in CompileForTestWithCurrentJni() function in art::JniCompilerTest 1137 CompileForTestWithCurrentJni(class_loader_, false, "foo", "()V"); in ExceptionHandlingImpl() 1138 CompileForTestWithCurrentJni(class_loader_, false, "throwException", "()V"); in ExceptionHandlingImpl() 1139 CompileForTestWithCurrentJni(class_loader_, false, "foo", "()V"); in ExceptionHandlingImpl()
|