Searched refs:share (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | mcr_gate_meta_data.h | 413 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 D | post_schedule.cpp | 411 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 D | post_schedule.h | 84 int SelectBarrier(MemoryAttribute::ShareFlag share, const CallSignature*& cs, std::string_view& comment);
|
H A D | stub_builder.h | 744 MemoryAttribute::ShareFlag share = MemoryAttribute::UNKNOWN);
|
H A D | stub_builder.cpp | 1823 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 D | file.cpp | 26 #include <share.h>
|
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/ |
H A D | file.cpp | 26 #include <share.h>
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | object_factory.h | 513 void *data, bool share = false);
|
H A D | object_factory.cpp | 368 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