Searched refs:SetValueWithBarrier (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | common_stubs.h | 71 V(SetValueWithBarrier) \
|
D | call_signature.h | 369 V(SetValueWithBarrier) \
|
D | common_stubs.cpp | 650 SetValueWithBarrier(glue, obj, offset, value); in GenerateCircuit()
|
D | stub_builder.h | 536 void SetValueWithBarrier(GateRef glue, GateRef obj, GateRef offset, GateRef value);
|
D | call_signature.cpp | 595 DEF_CALL_SIGNATURE(SetValueWithBarrier) in DEF_CALL_SIGNATURE() argument
|
D | circuit_builder.cpp | 1120 … CallStub(glue, base, CommonStubCSigns::SetValueWithBarrier, { glue, base, offset, value }); in Store()
|
D | stub_builder.cpp | 1123 void StubBuilder::SetValueWithBarrier(GateRef glue, GateRef obj, GateRef offset, GateRef value) in SetValueWithBarrier() function in panda::ecmascript::kungfu::StubBuilder
|