Home
last modified time | relevance | path

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

/art/compiler/dex/
Ddex_to_dex_decompiler_test.cc52 void RunTest(const char* dex_name) { in RunTest() function in art::DexToDexDecompilerTest
/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
481 void RunTest(CompilerFilter::Filter filter, in RunTest() function in art::Dex2oatVeryLargeTest
703 void RunTest(bool app_image) { in RunTest() function in art::Dex2oatLayoutTest
940 void RunTest(bool expect_success, const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatWatchdogTest
977 int RunTest(const std::vector<std::string>& extra_args = {}) { in RunTest() function in art::Dex2oatReturnCodeTest
1004 void RunTest(const char* class_loader_context, in RunTest() function in art::Dex2oatClassLoaderContextTest
/art/runtime/gc/accounting/
Dspace_bitmap_test.cc156 void RunTest() NO_THREAD_SAFETY_ANALYSIS { in RunTest() function
Dmod_union_table_test.cc177 void ModUnionTableTest::RunTest(ModUnionTableFactory::TableType type) { in RunTest() function in art::gc::accounting::ModUnionTableTest
/art/runtime/interpreter/
Dunstarted_runtime_test.cc1098 void RunTest(T& runner, bool in_transaction, bool should_succeed) { in RunTest() function in art::interpreter::UnstartedClassForNameTest