Lines Matching refs:lrt
2584 jni::LocalReferenceTable lrt(/*check_jni=*/ true); in TEST_F() local
2585 bool success = lrt.Initialize(/*max_count=*/ 5, &error_msg); in TEST_F()
2590 reinterpret_cast<uint8_t*>(&lrt) + in TEST_F()
2593 reinterpret_cast<uint8_t*>(&lrt) + in TEST_F()
2599 jni::LRTSegmentState cookie0 = lrt.PushFrame(); in TEST_F()
2605 IndirectRef ref = lrt.Add(reinterpret_cast32<mirror::Object*>(0xdeadbee0u), &error_msg); in TEST_F()
2612 jni::LRTSegmentState cookie1 = lrt.PushFrame(); in TEST_F()
2618 jni::LRTSegmentState cookie2 = lrt.PushFrame(); in TEST_F()
2624 lrt.PopFrame(cookie2); in TEST_F()
2627 lrt.PopFrame(cookie1); in TEST_F()
2630 lrt.PopFrame(cookie0); in TEST_F()