Searched defs:isReadBarrierSet (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | mark_word_test.cpp | 147 explicit MarkWordWrapper(bool isMarkedForGc = false, bool isReadBarrierSet = false) in MarkWordWrapper() 157 void CheckUnlocked(bool isMarkedForGc = false, bool isReadBarrierSet = false) in CheckUnlocked() 165 bool isReadBarrierSet = false) in CheckLightweightLock() 175 …eckHeavyweightLock(const Monitor::MonitorId mId, bool isMarkedForGc, bool isReadBarrierSet = false) in CheckHeavyweightLock() 184 void CheckHashed(uint32_t hash, bool isMarkedForGc, bool isReadBarrierSet = false) in CheckHashed() 220 void DecodeAndCheckLightLock(bool isMarkedForGc = false, bool isReadBarrierSet = false) in DecodeAndCheckLightLock() 228 void DecodeAndCheckHeavyLock(bool isMarkedForGc = false, bool isReadBarrierSet = false) in DecodeAndCheckHeavyLock() 235 void DecodeAndCheckHashed(bool isMarkedForGc = false, bool isReadBarrierSet = false) in DecodeAndCheckHashed() 284 void MarkWordTest::CheckMakeHashed(bool isMarkedForGc, bool isReadBarrierSet) in CheckMakeHashed() 319 void MarkWordTest::CheckMakeLightweightLock(bool isMarkedForGc, bool isReadBarrierSet) in CheckMakeLightweightLock() [all …]
|