Home
last modified time | relevance | path

Searched refs:OptimizedCallAndPushUndefined (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h73 static void OptimizedCallAndPushUndefined(ExtendedAssembler *assembler);
Doptimized_call.cpp200 void OptimizedCall::OptimizedCallAndPushUndefined(ExtendedAssembler *assembler) in OptimizedCallAndPushUndefined() function in panda::ecmascript::aarch64::OptimizedCall
202 __ BindAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined)); in OptimizedCallAndPushUndefined()
987 __ CallAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined), false); in GenJSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h386 V(OptimizedCallAndPushUndefined) \
Dstub_builder.cpp5572 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
5581 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
5590 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
5599 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
5623 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
5628 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
5633 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
Dcall_signature.cpp886 DEF_CALL_SIGNATURE(OptimizedCallAndPushUndefined) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp3075 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushUndefined)); in LowerFastCall()
3076 GateRef target = builder_.IntPtr(RTSTUB_ID(OptimizedCallAndPushUndefined)); in LowerFastCall()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Dcommon_call.h49 static void OptimizedCallAndPushUndefined(ExtendedAssembler *assembler);
Doptimized_call.cpp118 void OptimizedCall::OptimizedCallAndPushUndefined(ExtendedAssembler *assembler) in OptimizedCallAndPushUndefined() function in panda::ecmascript::x64::OptimizedCall
120 __ BindAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined)); in OptimizedCallAndPushUndefined()
997 __ CallAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined), false); in GenJSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h84 V(OptimizedCallAndPushUndefined) \