Home
last modified time | relevance | path

Searched refs:MarkingBarrier (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h141 V(MarkingBarrier) \
H A Druntime_stubs.h93 static void MarkingBarrier([[maybe_unused]] uintptr_t argGlue,
H A Druntime_stubs.cpp3359 void RuntimeStubs::MarkingBarrier([[maybe_unused]] uintptr_t argGlue, in MarkingBarrier() function in panda::ecmascript::RuntimeStubs
3369 LOG_FULL(FATAL) << "RuntimeStubs::MarkingBarrier checked value:" << value << " is invalid!"; in MarkingBarrier()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h541 V(MarkingBarrier) \
H A Dcall_signature.cpp2494 DEF_CALL_SIGNATURE(MarkingBarrier) in DEF_CALL_SIGNATURE()
2497 CallSignature index("MarkingBarrier", 0, 4, ArgumentsOrder::DEFAULT_ORDER, VariableType::VOID()); in DEF_CALL_SIGNATURE()
H A Dstub_builder.cpp2067 CallNGCRuntime(glue, RTSTUB_ID(MarkingBarrier), {glue, obj, offset, value}); in SetNonSValueWithBarrier()

Completed in 43 milliseconds