Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tests/
Dcompiler_thread_pool.cpp28 class CompilerThreadPoolTest : public testing::Test { class
31 CompilerThreadPoolTest() in CompilerThreadPoolTest() function in ark::test::CompilerThreadPoolTest
48 ~CompilerThreadPoolTest() override in ~CompilerThreadPoolTest()
54 NO_COPY_SEMANTIC(CompilerThreadPoolTest);
55 NO_MOVE_SEMANTIC(CompilerThreadPoolTest);
75 for (size_t i = 0; i < CompilerThreadPoolTest::METHOD_COUNT; i++) { in GetClass()
104 for (size_t i = 0; i < CompilerThreadPoolTest::METHOD_COUNT; i++) { in CompileMethods()
114 for (size_t i = 0; i < CompilerThreadPoolTest::METHOD_COUNT; i++) { in CompileMethods()
130 TEST_F(CompilerThreadPoolTest, SeveralThreads) in TEST_F() argument
136 TEST_F(CompilerThreadPoolTest, ReduceThreads) in TEST_F() argument
[all …]