Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h40 V(PushCallThisArgs3AndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h149 static void PushCallThisArgs3AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp427 void AsmInterpreterCall::PushCallThisArgs3AndDispatch(ExtendedAssembler *assembler) in PushCallThisArgs3AndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
429 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArgs3AndDispatch)); in PushCallThisArgs3AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h178 static void PushCallThisArgs3AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp455 void AsmInterpreterCall::PushCallThisArgs3AndDispatch(ExtendedAssembler *assembler) in PushCallThisArgs3AndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
457 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArgs3AndDispatch)); in PushCallThisArgs3AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h468 V(PushCallThisArgs3AndDispatch) \
H A Dcall_signature.cpp1917 DEF_CALL_SIGNATURE(PushCallThisArgs3AndDispatch) in DEF_CALL_SIGNATURE()
1919 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushCallThisArgs3AndDispatch) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1132 return RTSTUB_ID(PushCallThisArgs3AndDispatch); in PrepareIdxForAsmInterpreterWithoutBaselineCode()

Completed in 16 milliseconds