Home
last modified time | relevance | path

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

/art/runtime/
Dhandle_scope_test.cc53 StackHandleScope<kNumReferences> test_table(soa.Self()); in TEST_F() local
55 test_table.SetReference(0, c.Ptr()); in TEST_F()
57 uint8_t* table_base_ptr = reinterpret_cast<uint8_t*>(&test_table); in TEST_F()