Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_test.cc272 mirror::String* string_result = reinterpret_cast<mirror::String*>(result.GetL()); in TEST_F() local
273 EXPECT_EQ(string_arg->GetLength(), string_result->GetLength()); in TEST_F()
274 EXPECT_EQ(memcmp(string_arg->GetValue(), string_result->GetValue(), in TEST_F()