Home
last modified time | relevance | path

Searched refs:CallThisArg1AndDispatchFromBaseline (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dbaseline_call.cpp141 void BaselineCall::CallThisArg1AndDispatchFromBaseline(ExtendedAssembler *assembler) in CallThisArg1AndDispatchFromBaseline() function in panda::ecmascript::aarch64::BaselineCall
143 __ BindAssemblerStub(RTSTUB_ID(CallThisArg1AndDispatchFromBaseline)); in CallThisArg1AndDispatchFromBaseline()
H A Dcommon_call.h300 static void CallThisArg1AndDispatchFromBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dbaseline_call.cpp138 void BaselineCall::CallThisArg1AndDispatchFromBaseline(ExtendedAssembler *assembler) in CallThisArg1AndDispatchFromBaseline() function in panda::ecmascript::x64::BaselineCall
140 __ BindAssemblerStub(RTSTUB_ID(CallThisArg1AndDispatchFromBaseline)); in CallThisArg1AndDispatchFromBaseline()
H A Dcommon_call.h251 static void CallThisArg1AndDispatchFromBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h80 V(CallThisArg1AndDispatchFromBaseline) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h606 V(CallThisArg1AndDispatchFromBaseline) \
H A Dcall_signature.cpp1230 DEF_CALL_SIGNATURE(CallThisArg1AndDispatchFromBaseline) in DEF_CALL_SIGNATURE()
1232 BASELINE_CALL_ARGS_SIGNATURE_COMMON(CallThisArg1AndDispatchFromBaseline) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1026 return RTSTUB_ID(CallThisArg1AndDispatchFromBaseline); in PrepareIdxForAsmInterpreterForBaselineWithoutBaselineCode()

Completed in 10 milliseconds