Searched defs:is_volatile (Results 1 – 8 of 8) sorted by relevance
| /arkcompiler/runtime_core/runtime/tests/ |
| D | object_helpers_test.cpp | 138 [[maybe_unused]] uint32_t offset, [[maybe_unused]] bool is_volatile) { in TEST_F() 163 …klass, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in TEST_F() 192 …klass, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in TEST_F() 223 …bject, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in TEST_F() 254 …bject, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in TEST_F() 275 …array, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in TEST_F()
|
| D | static_analyzer_test.cpp | 92 …array, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in TEST_F()
|
| /arkcompiler/runtime_core/runtime/mem/ |
| D | object_helpers.cpp | 234 [[maybe_unused]] bool is_volatile) in operator ()() 299 bool operator()(ObjectHeader *object, ObjectHeader *field, uint32_t offset, bool is_volatile) in operator ()() 313 bool is_volatile) in UpdateRefToMovedObject() 333 bool operator()(ObjectHeader *object, ObjectHeader *field, uint32_t offset, bool is_volatile) in operator ()() 348 [[maybe_unused]] bool is_volatile) in UpdateRefToMovedObject()
|
| D | object_helpers-inl.h | 43 bool is_volatile = (i < ref_volatile_num); in TraverseClass() local 71 bool is_volatile = (i < ref_volatile_num); in TraverseObject() local
|
| /arkcompiler/runtime_core/compiler/optimizer/analysis/ |
| D | alias_analysis.h | 110 void SetLocalVolatile(bool local, bool is_volatile) in SetLocalVolatile()
|
| /arkcompiler/runtime_core/runtime/mem/gc/ |
| D | gc_workers_thread_pool.h | 56 RefInfo(ObjectHeader *object, uint32_t ref_offset, bool is_volatile) in RefInfo()
|
| /arkcompiler/runtime_core/runtime/mem/gc/g1/ |
| D | g1-gc.cpp | 897 [[maybe_unused]] bool is_volatile) { in MixedMark() 1020 … = [region_size_bits](ObjectHeader *object, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in UpdateRefsToMovedObjects() 1501 bool is_volatile = entry.IsVolatile(); in VisitRemSets() local
|
| /arkcompiler/runtime_core/compiler/optimizer/ir/ |
| D | inst.h | 1819 void SetVolatile(bool is_volatile) in SetVolatile()
|