Home
last modified time | relevance | path

Searched refs:JSCall (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h105 V(JSCall) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h63 static void JSCall(ExtendedAssembler *assembler);
H A Doptimized_call.cpp364 // * uint64_t JSCall(uintptr_t glue, uint32_t argc, JSTaggedType calltarget, JSTaggedType new,
402 void OptimizedCall::JSCall(ExtendedAssembler *assembler) in JSCall() function in panda::ecmascript::x64::OptimizedCall
404 __ BindAssemblerStub(RTSTUB_ID(JSCall)); in JSCall()
974 __ Callq(rax); // call JSCall in JSBoundFunctionCallInternal()
981 __ Callq(jsCall); // call JSCall in JSBoundFunctionCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h90 static void JSCall(ExtendedAssembler *assembler);
H A Doptimized_call.cpp400 // * uint64_t JSCall(uintptr_t glue, uint32_t argc, JSTaggedType calltarget, JSTaggedType new,
447 void OptimizedCall::JSCall(ExtendedAssembler *assembler) in JSCall() function in panda::ecmascript::aarch64::OptimizedCall
449 __ BindAssemblerStub(RTSTUB_ID(JSCall)); in JSCall()
609 JSBoundFunctionCallInternal(assembler, glue, actualArgC, jsfunc, RTSTUB_ID(JSCall)); in JSCallInternal()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h551 V(JSCall) \
H A Dcall_signature.cpp1430 DEF_CALL_SIGNATURE(JSCall) in DEF_CALL_SIGNATURE()
1432 AOT_CALL_SIGNATURE(JSCall) in DEF_CALL_SIGNATURE()
H A Dslowpath_lowering.cpp3569 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in LowerFastCall()
3570 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCall)); in LowerFastCall()
H A Dtyped_hcr_lowering.cpp1668 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in CallAccessor()
1669 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCall)); in CallAccessor()

Completed in 26 milliseconds