Home
last modified time | relevance | path

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

/art/compiler/jni/
Djni_compiler_test.cc46 class JniCompilerTest : public CommonTest { class
118 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() argument
146 TEST_F(JniCompilerTest, CompileAndRunIntMethodThroughStub) { in TEST_F() argument
161 TEST_F(JniCompilerTest, CompileAndRunStaticIntMethodThroughStub) { in TEST_F() argument
183 EXPECT_TRUE(env->IsInstanceOf(thisObj, JniCompilerTest::jklass_)); in Java_MyClassNatives_fooI()
188 TEST_F(JniCompilerTest, CompileAndRunIntMethod) { in TEST_F() argument
[all …]