Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h37 V(PushCallThisArg0AndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h143 static void PushCallThisArg0AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp409 void AsmInterpreterCall::PushCallThisArg0AndDispatch(ExtendedAssembler *assembler) in PushCallThisArg0AndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
411 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArg0AndDispatch)); in PushCallThisArg0AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h172 static void PushCallThisArg0AndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp437 void AsmInterpreterCall::PushCallThisArg0AndDispatch(ExtendedAssembler *assembler) in PushCallThisArg0AndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
439 __ BindAssemblerStub(RTSTUB_ID(PushCallThisArg0AndDispatch)); in PushCallThisArg0AndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h465 V(PushCallThisArg0AndDispatch) \
H A Dcall_signature.cpp1902 DEF_CALL_SIGNATURE(PushCallThisArg0AndDispatch) in DEF_CALL_SIGNATURE()
1904 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushCallThisArg0AndDispatch) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1126 return RTSTUB_ID(PushCallThisArg0AndDispatch); in PrepareIdxForAsmInterpreterWithoutBaselineCode()

Completed in 14 milliseconds