Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/tests/
Dmark_word_test.cpp24 class MarkWordTest : public testing::Test { class
26 MarkWordTest() {} in MarkWordTest() function in panda::MarkWordTest
300 TEST_F(MarkWordTest, CreateHashedWithRandValues) in TEST_F() argument
308 TEST_F(MarkWordTest, CreateHashedWithMaxValues) in TEST_F() argument
335 TEST_F(MarkWordTest, CreateLightweightLockWithRandValues) in TEST_F() argument
343 TEST_F(MarkWordTest, CreateLightweightLockWithMaxValues) in TEST_F() argument
370 TEST_F(MarkWordTest, CreateHeavyweightLockWithRandValues) in TEST_F() argument
378 TEST_F(MarkWordTest, CreateHeavyweightLockWithMaxValues) in TEST_F() argument
418 TEST_F(MarkWordTest, CreateGCWithRandomValues) in TEST_F() argument
423 TEST_F(MarkWordTest, CreateGCWithMaxValues) in TEST_F() argument
[all …]
/arkcompiler/runtime_core/runtime/
Dmark_word.h329 friend class MarkWordTest; variable