Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h38 V(PushCallThisArg1AndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h145 static void PushCallThisArg1AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp415 void AsmInterpreterCall::PushCallThisArg1AndDispatch(ExtendedAssembler *assembler) in PushCallThisArg1AndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
417 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArg1AndDispatch)); in PushCallThisArg1AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h174 static void PushCallThisArg1AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp443 void AsmInterpreterCall::PushCallThisArg1AndDispatch(ExtendedAssembler *assembler) in PushCallThisArg1AndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
445 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArg1AndDispatch)); in PushCallThisArg1AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h466 V(PushCallThisArg1AndDispatch) \
H A Dcall_signature.cpp1907 DEF_CALL_SIGNATURE(PushCallThisArg1AndDispatch) in DEF_CALL_SIGNATURE()
1909 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushCallThisArg1AndDispatch) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1128 return RTSTUB_ID(PushCallThisArg1AndDispatch); in PrepareIdxForAsmInterpreterWithoutBaselineCode()

Completed in 13 milliseconds