Home
last modified time | relevance | path

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

/art/runtime/interpreter/
Dunstarted_runtime_transaction_test.cc139 void RunTest(T&& runner, bool should_succeed) { in RunTest() argument
161 if (!should_succeed) { in RunTest()
179 if (should_succeed) { in RunTest()
/art/libprofile/profile/
Dprofile_compilation_info_test.cc133 bool should_succeed, in TestProfileLoadFromZip() argument
162 ASSERT_EQ(should_succeed, loaded_info.Load(zip.GetFile()->GetPath(), false)); in TestProfileLoadFromZip()
163 if (should_succeed) { in TestProfileLoadFromZip()