Home
last modified time | relevance | path

Searched defs:GCTestLog (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dgc_log_test.cpp38 class GCTestLog : public testing::TestWithParam<const char *> { class
161 TEST_P(GCTestLog, FullLogTest) in TEST_P() argument
166 TEST_F(GCTestLog, GenGCYoungCauseFullCollectionLogTest) in TEST_F() argument
199 TEST_F(GCTestLog, G1GCMixedCollectionLogTest) in TEST_F() argument
264 TEST_P(GCTestLog, CounterLogTest) in TEST_P() argument
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc.h792 friend class GCTestLog; variable