Searched refs:JSCall (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stub_list.h | 105 V(JSCall) \
|
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 63 static void JSCall(ExtendedAssembler *assembler);
|
H A D | optimized_call.cpp | 364 // * 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 D | common_call.h | 90 static void JSCall(ExtendedAssembler *assembler);
|
H A D | optimized_call.cpp | 400 // * 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 D | call_signature.h | 551 V(JSCall) \
|
H A D | call_signature.cpp | 1430 DEF_CALL_SIGNATURE(JSCall) in DEF_CALL_SIGNATURE() 1432 AOT_CALL_SIGNATURE(JSCall) in DEF_CALL_SIGNATURE()
|
H A D | slowpath_lowering.cpp | 3569 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in LowerFastCall() 3570 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCall)); in LowerFastCall()
|
H A D | typed_hcr_lowering.cpp | 1668 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(JSCall)); in CallAccessor() 1669 GateRef target = builder_.IntPtr(RTSTUB_ID(JSCall)); in CallAccessor()
|
Completed in 26 milliseconds