Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dbaseline_call.cpp53 void BaselineCall::CallThisArg0AndCheckToBaseline(ExtendedAssembler *assembler) in CallThisArg0AndCheckToBaseline() function in panda::ecmascript::aarch64::BaselineCall
55 __ BindAssemblerStub(RTSTUB_ID(CallThisArg0AndCheckToBaseline)); in CallThisArg0AndCheckToBaseline()
H A Dcommon_call.h286 static void CallThisArg0AndCheckToBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dbaseline_call.cpp50 void BaselineCall::CallThisArg0AndCheckToBaseline(ExtendedAssembler *assembler) in CallThisArg0AndCheckToBaseline() function in panda::ecmascript::x64::BaselineCall
52 __ BindAssemblerStub(RTSTUB_ID(CallThisArg0AndCheckToBaseline)); in CallThisArg0AndCheckToBaseline()
H A Dcommon_call.h237 static void CallThisArg0AndCheckToBaseline(ExtendedAssembler *assembler);
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h67 V(CallThisArg0AndCheckToBaseline) \
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h443 V(CallThisArg0AndCheckToBaseline) \
H A Dcall_signature.cpp1165 DEF_CALL_SIGNATURE(CallThisArg0AndCheckToBaseline) in DEF_CALL_SIGNATURE()
1167 BASELINE_CALL_ARGS_SIGNATURE_COMMON(CallThisArg0AndCheckToBaseline) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1075 return RTSTUB_ID(CallThisArg0AndCheckToBaseline); in PrepareIdxForAsmInterpreterWithBaselineCode()

Completed in 10 milliseconds