Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h43 V(PushSuperCallAndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h153 static void PushSuperCallAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp380 void AsmInterpreterCall::PushSuperCallAndDispatch(ExtendedAssembler *assembler) in PushSuperCallAndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
382 __ BindAssemblerStub(RTSTUB_ID(PushSuperCallAndDispatch)); in PushSuperCallAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h190 static void PushSuperCallAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp407 void AsmInterpreterCall::PushSuperCallAndDispatch(ExtendedAssembler *assembler) in PushSuperCallAndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
409 __ BindAssemblerStub(RTSTUB_ID(PushSuperCallAndDispatch)); in PushSuperCallAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h472 V(PushSuperCallAndDispatch) \
H A Dcall_signature.cpp1942 DEF_CALL_SIGNATURE(PushSuperCallAndDispatch) in DEF_CALL_SIGNATURE()
1944 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushSuperCallAndDispatch) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1144 return RTSTUB_ID(PushSuperCallAndDispatch); in PrepareIdxForAsmInterpreterWithoutBaselineCode()

Completed in 20 milliseconds