Home
last modified time | relevance | path

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

/art/dex2oat/dex/
Ddex_to_dex_decompiler_test.cc52 void RunTest(const char* dex_name) { in RunTest() function in art::DexToDexDecompilerTest
108 RunTest("VerifierDeps"); in TEST_F()
112 RunTest("DexToDexDecompiler"); in TEST_F()
/art/dex2oat/
Ddex2oat_test.cc252 void RunTest(bool use_fd, bool expect_use, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatSwapTest
327 RunTest(/*use_fd=*/ false, /*expect_use=*/ false); in TEST_F()
328 RunTest(/*use_fd=*/ true, /*expect_use=*/ false); in TEST_F()
332 RunTest(/*use_fd=*/ false, /*expect_use=*/ false, { "--swap-dex-size-threshold=0" }); in TEST_F()
333 RunTest(/*use_fd=*/ true, /*expect_use=*/ false, { "--swap-dex-size-threshold=0" }); in TEST_F()
337 RunTest(/*use_fd=*/ false, /*expect_use=*/ false, { "--swap-dex-count-threshold=0" }); in TEST_F()
338 RunTest(/*use_fd=*/ true, /*expect_use=*/ false, { "--swap-dex-count-threshold=0" }); in TEST_F()
342 RunTest(/*use_fd=*/ false, in TEST_F()
345 RunTest(/*use_fd=*/ true, in TEST_F()
452 RunTest(/*use_fd=*/ false, in TEST_F()
[all …]
/art/runtime/gc/accounting/
Dmod_union_table_test.cc69 void RunTest(ModUnionTableFactory::TableType type);
171 RunTest(ModUnionTableFactory::kTableTypeCardCache); in TEST_F()
175 RunTest(ModUnionTableFactory::kTableTypeReferenceCache); in TEST_F()
178 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) { in RunTest() function in art::gc::accounting::ModUnionTableTest
Dspace_bitmap_test.cc157 static void RunTest(TestFn&& fn) NO_THREAD_SAFETY_ANALYSIS { in RunTest() function
212 RunTest<kAlignment>(count_test_fn); in RunTestCount()
249 RunTest<kAlignment>(order_test_fn); in RunTestOrder()
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1079 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() function in art::interpreter::UnstartedClassForNameTest
1197 RunTest(runner, false, true); in TEST_F()
1210 RunTest(runner, false, true); in TEST_F()
1229 RunTest(runner, false, true); in TEST_F()
1249 RunTest(runner, true, true); in TEST_F()
1272 RunTest(runner, true, false); in TEST_F()