Home
last modified time | relevance | path

Searched refs:share (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dmcr_gate_meta_data.h413 void SetShare(ShareFlag share) in SetShare() argument
415 ShareField::Set<uint32_t>(share, &value_); in SetShare()
439 static MemoryAttribute Create(Order order, Barrier barrier = UNKNOWN_BARRIER, ShareFlag share = UNKNOWN) in Create()
441 uint32_t value = OrderField::Encode(order) | BarrierField::Encode(barrier) | ShareField::Encode(share); in Create()
H A Dpost_schedule.cpp411 int PostSchedule::SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment) in SelectBarrier() argument
414 switch (share) { in SelectBarrier()
429 comment = "store share barrier\0"; in SelectBarrier()
434 comment = "store not share barrier\0"; in SelectBarrier()
478 MemoryAttribute::ShareFlag share = GetShareKind(gate); in LoweringStoreWithBarrierAndPrepareScheduleGate() local
482 index = SelectBarrier(share, cs, comment); in LoweringStoreWithBarrierAndPrepareScheduleGate()
542 MemoryAttribute::ShareFlag share = GetShareKind(gate); in LoweringStoreUnknownBarrierAndPrepareScheduleGate() local
546 index = SelectBarrier(share, cs, comment); in LoweringStoreUnknownBarrierAndPrepareScheduleGate()
H A Dpost_schedule.h84 int SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment);
H A Dstub_builder.h744 MemoryAttribute::ShareFlag share = MemoryAttribute::UNKNOWN);
H A Dstub_builder.cpp1823 MemoryAttribute::ShareFlag share) in SetValueWithBarrier()
1836 if (share == MemoryAttribute::SHARED) { in SetValueWithBarrier()
1840 if (share == MemoryAttribute::NON_SHARE) { in SetValueWithBarrier()
1843 if (share == MemoryAttribute::UNKNOWN) { in SetValueWithBarrier()
1853 switch (share) { in SetValueWithBarrier()
1822 SetValueWithBarrier(GateRef glue, GateRef obj, GateRef offset, GateRef value, bool withEden, MemoryAttribute::ShareFlag share) SetValueWithBarrier() argument
/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfile.cpp26 #include <share.h>
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfile.cpp26 #include <share.h>
/arkcompiler/ets_runtime/ecmascript/
H A Dobject_factory.h513 void *data, bool share = false);
H A Dobject_factory.cpp368 const NativePointerCallback &deleter, void *data, bool share) in NewJSArrayBuffer()
379 arrayBuffer->SetShared(share); in NewJSArrayBuffer()
552 // share the same elements array in nonmovable space. in CloneArrayLiteral()
575 // share the same properties array in nonmovable space. in CloneArrayLiteral()
367 NewJSArrayBuffer(void *buffer, int32_t length, const NativePointerCallback &deleter, void *data, bool share) NewJSArrayBuffer() argument

Completed in 34 milliseconds