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()
996 __ CallAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined), false); in GenJSCallWithArgV()
/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()
1009 __ CallAssemblerStub(RTSTUB_ID(OptimizedCallAndPushUndefined), false); in GenJSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h394 V(OptimizedCallAndPushUndefined) \
Dstub_builder.cpp7212 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
7221 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
7230 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
7239 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
7263 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
7268 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
7273 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedCallAndPushUndefined), in JSCallDispatch()
Dcall_signature.cpp1010 DEF_CALL_SIGNATURE(OptimizedCallAndPushUndefined) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp2991 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedCallAndPushUndefined)); in LowerFastCall()
2992 GateRef target = builder_.IntPtr(RTSTUB_ID(OptimizedCallAndPushUndefined)); in LowerFastCall()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h88 V(OptimizedCallAndPushUndefined) \