Home
last modified time | relevance | path

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

/art/runtime/jni/
Djni_internal_test.cc2595 ASSERT_EQ(jni::kLRTFirstSegment.top_index, previous_state->top_index); in TEST_F()
2596 ASSERT_EQ(jni::kLRTFirstSegment.top_index, segment_state->top_index); in TEST_F()
2600 ASSERT_EQ(jni::kLRTFirstSegment.top_index, cookie0.top_index); in TEST_F()
2601 ASSERT_EQ(jni::kLRTFirstSegment.top_index, previous_state->top_index); in TEST_F()
2602 ASSERT_EQ(jni::kLRTFirstSegment.top_index, segment_state->top_index); in TEST_F()
2607 ASSERT_EQ(jni::kLRTFirstSegment.top_index, previous_state->top_index); in TEST_F()
2608 ASSERT_NE(jni::kLRTFirstSegment.top_index, segment_state->top_index); in TEST_F()
2613 ASSERT_EQ(jni::kLRTFirstSegment.top_index, cookie1.top_index); in TEST_F()
2628 ASSERT_EQ(jni::kLRTFirstSegment.top_index, previous_state->top_index); in TEST_F()
2631 ASSERT_EQ(jni::kLRTFirstSegment.top_index, previous_state->top_index); in TEST_F()
[all …]
Dlocal_reference_table.h111 static constexpr LRTSegmentState kLRTFirstSegment = { 0 }; variable
Dlocal_reference_table.cc142 : previous_state_(kLRTFirstSegment), in LocalReferenceTable()
143 segment_state_(kLRTFirstSegment), in LocalReferenceTable()