Searched refs:MarkingBarrier (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 141 V(MarkingBarrier) \
|
H A D | runtime_stubs.h | 93 static void MarkingBarrier([[maybe_unused]] uintptr_t argGlue,
|
H A D | runtime_stubs.cpp | 3359 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 D | call_signature.h | 541 V(MarkingBarrier) \
|
H A D | call_signature.cpp | 2494 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 D | stub_builder.cpp | 2067 CallNGCRuntime(glue, RTSTUB_ID(MarkingBarrier), {glue, obj, offset, value}); in SetNonSValueWithBarrier()
|
Completed in 33 milliseconds