Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h39 V(PushCallThisArgs2AndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h147 static void PushCallThisArgs2AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp421 void AsmInterpreterCall::PushCallThisArgs2AndDispatch(ExtendedAssembler *assembler) in PushCallThisArgs2AndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
423 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArgs2AndDispatch)); in PushCallThisArgs2AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h176 static void PushCallThisArgs2AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp449 void AsmInterpreterCall::PushCallThisArgs2AndDispatch(ExtendedAssembler *assembler) in PushCallThisArgs2AndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
451 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArgs2AndDispatch)); in PushCallThisArgs2AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h467 V(PushCallThisArgs2AndDispatch) \
H A Dcall_signature.cpp1912 DEF_CALL_SIGNATURE(PushCallThisArgs2AndDispatch) in DEF_CALL_SIGNATURE()
1914 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushCallThisArgs2AndDispatch) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1130 return RTSTUB_ID(PushCallThisArgs2AndDispatch); in PrepareIdxForAsmInterpreterWithoutBaselineCode()

Completed in 14 milliseconds