Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h136 V(GetActualArgvNoGC) \
H A Druntime_stubs.h101 static JSTaggedType GetActualArgvNoGC(uintptr_t argGlue);
H A Druntime_stubs.cpp3143 JSTaggedType RuntimeStubs::GetActualArgvNoGC(uintptr_t argGlue) in GetActualArgvNoGC() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h504 V(GetActualArgvNoGC) \
H A Dcall_signature.cpp2271 DEF_CALL_SIGNATURE(GetActualArgvNoGC) in DEF_CALL_SIGNATURE()
2273 CallSignature index("GetActualArgvNoGC", 0, 1, ArgumentsOrder::DEFAULT_ORDER, VariableType::NATIVE_POINTER()); in DEF_CALL_SIGNATURE()
H A Dstub_builder.cpp10334 argvVar = CallNGCRuntime(glue, RTSTUB_ID(GetActualArgvNoGC), { glue }); in GetArgumentsElements()

Completed in 31 milliseconds