Home
last modified time | relevance | path

Searched refs:JsProxyCallInternal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcommon_stubs.h80 V(JsProxyCallInternal)
Dcall_signature.h451 V(JsProxyCallInternal) \
Dcall_signature.cpp1813 DEF_CALL_SIGNATURE(JsProxyCallInternal) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_call.cpp691 __ Movq(kungfu::CommonStubCSigns::JsProxyCallInternal, r9); in JSProxyCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_call.cpp696 __ Mov(proxyCallInternalId, Immediate(CommonStubCSigns::JsProxyCallInternal)); in JSProxyCallInternal()