Searched refs:NON_SHARE (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_gate_meta_data.h | 364 NON_SHARE, enumerator 390 return Create(NOT_ATOMIC, NEED_BARRIER, NON_SHARE); in NeedNotShareBarrier()
|
H A D | post_schedule.cpp | 431 case MemoryAttribute::NON_SHARE: in SelectBarrier()
|
H A D | common_stubs.cpp | 859 SetValueWithBarrier(glue, obj, offset, value, false, MemoryAttribute::NON_SHARE); in GenerateCircuit() 879 SetValueWithBarrier(glue, obj, offset, value, true, MemoryAttribute::NON_SHARE); in GenerateCircuit()
|
H A D | stub_builder.cpp | 1840 if (share == MemoryAttribute::NON_SHARE) { in SetValueWithBarrier() 1859 case MemoryAttribute::NON_SHARE: { in SetValueWithBarrier()
|
Completed in 25 milliseconds