Searched refs:PushMandatoryJSArgs (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/ |
H A D | common_call.h | 95 static void PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc,
|
H A D | optimized_call.cpp | 1120 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 D | common_call.h | 121 static void PushMandatoryJSArgs(ExtendedAssembler *assembler, Register jsfunc,
|
H A D | optimized_call.cpp | 1094 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