Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h143 V(SharedGCMarkingBarrier) \
H A Druntime_stubs.h97 static void SharedGCMarkingBarrier([[maybe_unused]] uintptr_t argGlue, TaggedObject *value);
H A Druntime_stubs.cpp3393 void RuntimeStubs::SharedGCMarkingBarrier([[maybe_unused]] uintptr_t argGlue, TaggedObject *value) in SharedGCMarkingBarrier() function in panda::ecmascript::RuntimeStubs
3400 LOG_FULL(FATAL) << "RuntimeStubs::SharedGCMarkingBarrier checked value:" << value << " is invalid!"; in SharedGCMarkingBarrier()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h543 V(SharedGCMarkingBarrier) \
H A Dcall_signature.cpp2528 DEF_CALL_SIGNATURE(SharedGCMarkingBarrier) in DEF_CALL_SIGNATURE()
2531 CallSignature index("SharedGCMarkingBarrier", 0, 2, ArgumentsOrder::DEFAULT_ORDER, VariableType::VOID()); in DEF_CALL_SIGNATURE()
H A Dstub_builder.cpp1955 CallNGCRuntime(glue, RTSTUB_ID(SharedGCMarkingBarrier), {glue, value}); in SetSValueWithBarrier()

Completed in 35 milliseconds