Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc314 const unaligned_long* long_ptr = reinterpret_cast<const unaligned_long*>(base_ptr + i); in TEST_F() local
315 EXPECT_EQ(result.GetJ(), *long_ptr); in TEST_F()