Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dbaseline_call.cpp134 void BaselineCall::CallThisArg0AndDispatchFromBaseline(ExtendedAssembler *assembler) in CallThisArg0AndDispatchFromBaseline() function in panda::ecmascript::aarch64::BaselineCall
136 __ BindAssemblerStub(RTSTUB_ID(CallThisArg0AndDispatchFromBaseline)); in CallThisArg0AndDispatchFromBaseline()
H A Dcommon_call.h299 static void CallThisArg0AndDispatchFromBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dbaseline_call.cpp131 void BaselineCall::CallThisArg0AndDispatchFromBaseline(ExtendedAssembler *assembler) in CallThisArg0AndDispatchFromBaseline() function in panda::ecmascript::x64::BaselineCall
133 __ BindAssemblerStub(RTSTUB_ID(CallThisArg0AndDispatchFromBaseline)); in CallThisArg0AndDispatchFromBaseline()
H A Dcommon_call.h250 static void CallThisArg0AndDispatchFromBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h79 V(CallThisArg0AndDispatchFromBaseline) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h605 V(CallThisArg0AndDispatchFromBaseline) \
H A Dcall_signature.cpp1225 DEF_CALL_SIGNATURE(CallThisArg0AndDispatchFromBaseline) in DEF_CALL_SIGNATURE()
1227 BASELINE_CALL_ARGS_SIGNATURE_COMMON(CallThisArg0AndDispatchFromBaseline) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1024 return RTSTUB_ID(CallThisArg0AndDispatchFromBaseline); in PrepareIdxForAsmInterpreterForBaselineWithoutBaselineCode()

Completed in 9 milliseconds