Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dgc_log_test.cpp36 class GCTestLog : public testing::Test { class
38 GCTestLog() {} in GCTestLog() function in panda::mem::GCTestLog
149 TEST_F(GCTestLog, StwFullLogTest) in TEST_F() argument
154 TEST_F(GCTestLog, GenGCFullLogTest) in TEST_F() argument
159 TEST_F(GCTestLog, GenGCYoungCauseFullCollectionLogTest) in TEST_F() argument
190 TEST_F(GCTestLog, G1GCIdleLaunchLogTest) in TEST_F() argument
195 TEST_F(GCTestLog, G1GCMixedCollectionLogTest) in TEST_F() argument
258 TEST_F(GCTestLog, StwGCCounterLogTest) in TEST_F() argument
263 TEST_F(GCTestLog, GenGCCounterLogTest) in TEST_F() argument
268 TEST_F(GCTestLog, G1GCCounterLogTest) in TEST_F() argument
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc.h647 friend class GCTestLog; variable