Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
Doptimized_fast_call.cpp278 void OptimizedFastCall::JSFastCallWithArgVAndPushUndefined(ExtendedAssembler *assembler) in JSFastCallWithArgVAndPushUndefined() function in panda::ecmascript::x64::OptimizedFastCall
280 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgVAndPushUndefined)); in JSFastCallWithArgVAndPushUndefined()
Dcommon_call.h101 static void JSFastCallWithArgVAndPushUndefined(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Dcommon_call.h129 static void JSFastCallWithArgVAndPushUndefined(ExtendedAssembler *assembler);
Doptimized_fast_call.cpp326 void OptimizedFastCall::JSFastCallWithArgVAndPushUndefined(ExtendedAssembler *assembler) in JSFastCallWithArgVAndPushUndefined() function in panda::ecmascript::aarch64::OptimizedFastCall
328 __ BindAssemblerStub(RTSTUB_ID(JSFastCallWithArgVAndPushUndefined)); in JSFastCallWithArgVAndPushUndefined()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.h407 V(JSFastCallWithArgVAndPushUndefined) \
Dcommon_stubs.cpp733 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgVAndPushUndefined), in GenerateCircuit()
Dcall_signature.cpp1306 DEF_CALL_SIGNATURE(JSFastCallWithArgVAndPushUndefined) in DEF_CALL_SIGNATURE() argument
Dstub_builder.cpp5449 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgVAndPushUndefined), in JSCallDispatch()
5455 result = CallNGCRuntime(glue, RTSTUB_ID(JSFastCallWithArgVAndPushUndefined), in JSCallDispatch()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h93 V(JSFastCallWithArgVAndPushUndefined)