Home
last modified time | relevance | path

Searched defs:is_volatile (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/runtime/tests/
Dobject_helpers_test.cpp138 [[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()
Dstatic_analyzer_test.cpp92 …array, &count, expected](ObjectHeader *obj, ObjectHeader *ref, uint32_t offset, bool is_volatile) { in TEST_F()
/arkcompiler/runtime_core/runtime/mem/
Dobject_helpers.cpp234 [[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()
Dobject_helpers-inl.h43 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/
Dalias_analysis.h110 void SetLocalVolatile(bool local, bool is_volatile) in SetLocalVolatile()
/arkcompiler/runtime_core/runtime/mem/gc/
Dgc_workers_thread_pool.h56 RefInfo(ObjectHeader *object, uint32_t ref_offset, bool is_volatile) in RefInfo()
/arkcompiler/runtime_core/runtime/mem/gc/g1/
Dg1-gc.cpp897 [[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/
Dinst.h1819 void SetVolatile(bool is_volatile) in SetVolatile()