Lines Matching refs:JNIEnvExt
937 return reinterpret_cast<JNIEnvExt*>(env)->GetLocalsCapacity(); in GetLocalsCapacity()
1124 down_cast<JNIEnvExt*>(env_)->SetCheckJniEnabled(false); \
1147 down_cast<JNIEnvExt*>(env_)->SetCheckJniEnabled(true); \
1572 const JNINativeInterface* base_env = down_cast<JNIEnvExt*>(env_)->GetUncheckedFunctions(); in TEST_F()
2592 EXPECT_EQ(OFFSETOF_MEMBER(JNIEnvExt, local_ref_cookie_), in TEST_F()
2593 JNIEnvExt::LocalRefCookieOffset(sizeof(void*)).Uint32Value()); in TEST_F()
2595 EXPECT_EQ(OFFSETOF_MEMBER(JNIEnvExt, self_), JNIEnvExt::SelfOffset(sizeof(void*)).Uint32Value()); in TEST_F()
2600 OFFSETOF_MEMBER(JNIEnvExt, locals_) + in TEST_F()
2602 uint32_t segment_state_computed = JNIEnvExt::SegmentStateOffset(sizeof(void*)).Uint32Value(); in TEST_F()
2627 JNIEnvExt::SetTableOverride(&env_override); in TEST_F()
2634 JNIEnvExt::SetTableOverride(nullptr); in TEST_F()