Searched refs:kLRTFirstSegment (Results 1 – 3 of 3) sorted by relevance
/art/runtime/jni/ |
D | jni_internal_test.cc | 2595 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 …]
|
D | local_reference_table.h | 111 static constexpr LRTSegmentState kLRTFirstSegment = { 0 }; variable
|
D | local_reference_table.cc | 142 : previous_state_(kLRTFirstSegment), in LocalReferenceTable() 143 segment_state_(kLRTFirstSegment), in LocalReferenceTable()
|