Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc2592 jni::LRTSegmentState* segment_state = reinterpret_cast<jni::LRTSegmentState*>( in TEST_F() local
2596 ASSERT_EQ(jni::kLRTFirstSegment.top_index, segment_state->top_index); in TEST_F()
2602 ASSERT_EQ(jni::kLRTFirstSegment.top_index, segment_state->top_index); in TEST_F()
2608 ASSERT_NE(jni::kLRTFirstSegment.top_index, segment_state->top_index); in TEST_F()
2609 jni::LRTSegmentState expected_cookie2 = *segment_state; in TEST_F()
2615 ASSERT_EQ(expected_cookie2.top_index, segment_state->top_index); in TEST_F()
2621 ASSERT_EQ(expected_cookie2.top_index, segment_state->top_index); in TEST_F()
2626 ASSERT_EQ(expected_cookie2.top_index, segment_state->top_index); in TEST_F()
2629 ASSERT_EQ(expected_cookie2.top_index, segment_state->top_index); in TEST_F()
2632 ASSERT_EQ(jni::kLRTFirstSegment.top_index, segment_state->top_index); in TEST_F()