Searched refs:JniCompilerTest (Results 1 – 2 of 2) sorted by relevance
50 class JniCompilerTest : public CommonCompilerTest { class184 jclass JniCompilerTest::jklass_;185 jobject JniCompilerTest::jobj_;186 jobject JniCompilerTest::class_loader_;189 TEST_F(JniCompilerTest, TestName ## Default) { \193 TEST_F(JniCompilerTest, TestName ## Generic) { \206 EXPECT_TRUE(env->IsInstanceOf(thisObj, JniCompilerTest::jklass_)); in Java_MyClassNatives_foo()212 void JniCompilerTest::CompileAndRunNoArgMethodImpl() { in CompileAndRunNoArgMethodImpl()226 void JniCompilerTest::CompileAndRunIntMethodThroughStubImpl() { in JNI_TEST()241 void JniCompilerTest::CompileAndRunStaticIntMethodThroughStubImpl() { in JNI_TEST()[all …]
1167 friend class JniCompilerTest; // for GetRuntimeQuickGenericJniStub variable