Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dbaseline_call.cpp60 void BaselineCall::CallThisArg1AndCheckToBaseline(ExtendedAssembler *assembler) in CallThisArg1AndCheckToBaseline() function in panda::ecmascript::aarch64::BaselineCall
62 __ BindAssemblerStub(RTSTUB_ID(CallThisArg1AndCheckToBaseline)); in CallThisArg1AndCheckToBaseline()
H A Dcommon_call.h287 static void CallThisArg1AndCheckToBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dbaseline_call.cpp57 void BaselineCall::CallThisArg1AndCheckToBaseline(ExtendedAssembler *assembler) in CallThisArg1AndCheckToBaseline() function in panda::ecmascript::x64::BaselineCall
59 __ BindAssemblerStub(RTSTUB_ID(CallThisArg1AndCheckToBaseline)); in CallThisArg1AndCheckToBaseline()
H A Dcommon_call.h238 static void CallThisArg1AndCheckToBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h68 V(CallThisArg1AndCheckToBaseline) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h444 V(CallThisArg1AndCheckToBaseline) \
H A Dcall_signature.cpp1170 DEF_CALL_SIGNATURE(CallThisArg1AndCheckToBaseline) in DEF_CALL_SIGNATURE()
1172 BASELINE_CALL_ARGS_SIGNATURE_COMMON(CallThisArg1AndCheckToBaseline) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1077 return RTSTUB_ID(CallThisArg1AndCheckToBaseline); in PrepareIdxForAsmInterpreterWithBaselineCode()

Completed in 10 milliseconds