Home
last modified time | relevance | path

Searched refs:PushMandatoryJSArgs (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h95 static void PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc,
H A Doptimized_call.cpp1120 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs() function in panda::ecmascript::x64::OptimizedCall
1298 PushMandatoryJSArgs(assembler, jsfunc, thisObj, newTarget); in GenJSCallWithArgV()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h121 static void PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc,
H A Doptimized_call.cpp1094 void OptimizedCall::PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc, in PushMandatoryJSArgs() function in panda::ecmascript::aarch64::OptimizedCall
1280 PushMandatoryJSArgs(assembler, jsfunc, thisObj, newTarget, currentSp); in GenJSCallWithArgV()

Completed in 6 milliseconds