Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp92 void OptimizedFastCall::OptimizedFastCallAndPushUndefined(ExtendedAssembler *assembler) in OptimizedFastCallAndPushUndefined() function in panda::ecmascript::x64::OptimizedFastCall
94 __ BindAssemblerStub(RTSTUB_ID(OptimizedFastCallAndPushUndefined)); in OptimizedFastCallAndPushUndefined()
Dcommon_call.h97 static void OptimizedFastCallAndPushUndefined(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h125 static void OptimizedFastCallAndPushUndefined(ExtendedAssembler *assembler);
Doptimized_fast_call.cpp96 void OptimizedFastCall::OptimizedFastCallAndPushUndefined(ExtendedAssembler *assembler) in OptimizedFastCallAndPushUndefined() function in panda::ecmascript::aarch64::OptimizedFastCall
98 __ BindAssemblerStub(RTSTUB_ID(OptimizedFastCallAndPushUndefined)); in OptimizedFastCallAndPushUndefined()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h387 V(OptimizedFastCallAndPushUndefined) \
Dstub_builder.cpp5410 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedFastCallAndPushUndefined), in JSCallDispatch()
5419 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedFastCallAndPushUndefined), in JSCallDispatch()
5428 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedFastCallAndPushUndefined), in JSCallDispatch()
5437 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedFastCallAndPushUndefined), in JSCallDispatch()
5461 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedFastCallAndPushUndefined), in JSCallDispatch()
5466 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedFastCallAndPushUndefined), in JSCallDispatch()
5471 result = CallNGCRuntime(glue, RTSTUB_ID(OptimizedFastCallAndPushUndefined), in JSCallDispatch()
Dcall_signature.cpp905 DEF_CALL_SIGNATURE(OptimizedFastCallAndPushUndefined) in DEF_CALL_SIGNATURE() argument
Dslowpath_lowering.cpp3045 … const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(OptimizedFastCallAndPushUndefined)); in LowerFastCall()
3046 GateRef target = builder_.IntPtr(RTSTUB_ID(OptimizedFastCallAndPushUndefined)); in LowerFastCall()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h91 V(OptimizedFastCallAndPushUndefined) \