Searched refs:JniCompilerTest (Results 1 – 1 of 1) sorted by relevance
46 class JniCompilerTest : public CommonTest { class118 jclass JniCompilerTest::jklass_;119 jobject JniCompilerTest::jobj_;120 jobject JniCompilerTest::class_loader_;130 EXPECT_TRUE(env->IsInstanceOf(thisObj, JniCompilerTest::jklass_)); in Java_MyClassNatives_foo()134 TEST_F(JniCompilerTest, CompileAndRunNoArgMethod) { in TEST_F() argument146 TEST_F(JniCompilerTest, CompileAndRunIntMethodThroughStub) { in TEST_F() argument161 TEST_F(JniCompilerTest, CompileAndRunStaticIntMethodThroughStub) { in TEST_F() argument183 EXPECT_TRUE(env->IsInstanceOf(thisObj, JniCompilerTest::jklass_)); in Java_MyClassNatives_fooI()188 TEST_F(JniCompilerTest, CompileAndRunIntMethod) { in TEST_F() argument[all …]