Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h42 V(PushCallNewAndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h151 static void PushCallNewAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp374 void AsmInterpreterCall::PushCallNewAndDispatch(ExtendedAssembler *assembler) in PushCallNewAndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
376 __ BindAssemblerStub(RTSTUB_ID(PushCallNewAndDispatch)); in PushCallNewAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h188 static void PushCallNewAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp401 void AsmInterpreterCall::PushCallNewAndDispatch(ExtendedAssembler *assembler) in PushCallNewAndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
403 __ BindAssemblerStub(RTSTUB_ID(PushCallNewAndDispatch)); in PushCallNewAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h471 V(PushCallNewAndDispatch) \
H A Dcall_signature.cpp1937 DEF_CALL_SIGNATURE(PushCallNewAndDispatch) in DEF_CALL_SIGNATURE()
1939 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushCallNewAndDispatch) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1141 return RTSTUB_ID(PushCallNewAndDispatch); in PrepareIdxForAsmInterpreterWithoutBaselineCode()

Completed in 14 milliseconds