Searched refs:GetTrampoline2JNICallType (Results 1 – 3 of 3) sorted by relevance
39 EXPECT_EQ(GetTrampoline2JNICallType(), kJNICallTypeRegular); in TEST_F()50 EXPECT_EQ(GetTrampoline2JNICallType(), kJNICallTypeCriticalNative); in TEST_F()
31 JNICallType GetTrampoline2JNICallType();
45 JNICallType GetTrampoline2JNICallType() { return g_jni_call_type; } in GetTrampoline2JNICallType() function