Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h47 V(PushCallThisRangeAndDispatch) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h131 static void PushCallThisRangeAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp362 void AsmInterpreterCall::PushCallThisRangeAndDispatch(ExtendedAssembler *assembler) in PushCallThisRangeAndDispatch() function in panda::ecmascript::x64::AsmInterpreterCall
364 __ BindAssemblerStub(RTSTUB_ID(PushCallThisRangeAndDispatch)); in PushCallThisRangeAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h160 static void PushCallThisRangeAndDispatch(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp389 void AsmInterpreterCall::PushCallThisRangeAndDispatch(ExtendedAssembler *assembler) in PushCallThisRangeAndDispatch() function in panda::ecmascript::aarch64::AsmInterpreterCall
391 __ BindAssemblerStub(RTSTUB_ID(PushCallThisRangeAndDispatch)); in PushCallThisRangeAndDispatch()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h464 V(PushCallThisRangeAndDispatch) \
H A Dcall_signature.cpp1952 DEF_CALL_SIGNATURE(PushCallThisRangeAndDispatch) in DEF_CALL_SIGNATURE()
1954 PUSH_CALL_ARGS_AND_DISPATCH_SIGNATURE(PushCallThisRangeAndDispatch) in DEF_CALL_SIGNATURE()
H A Dcall_stub_builder.cpp1138 return RTSTUB_ID(PushCallThisRangeAndDispatch); in PrepareIdxForAsmInterpreterWithoutBaselineCode()

Completed in 14 milliseconds