Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_stub_builder.cpp997 return RTSTUB_ID(CallContainersArgs2); in PrepareIdxForAsmInterpreterForBaselineWithBaselineCode()
1048 return RTSTUB_ID(CallContainersArgs2); in PrepareIdxForAsmInterpreterForBaselineWithoutBaselineCode()
1099 return RTSTUB_ID(CallContainersArgs2); in PrepareIdxForAsmInterpreterWithBaselineCode()
1150 return RTSTUB_ID(CallContainersArgs2); in PrepareIdxForAsmInterpreterWithoutBaselineCode()
H A Dcall_signature.h475 V(CallContainersArgs2) \
H A Dcall_signature.cpp1967 DEF_CALL_SIGNATURE(CallContainersArgs2) in DEF_CALL_SIGNATURE()
1969 PUSH_CALL_ARGS_AND_DISPATCH_NATIVE_RANGE_SIGNATURE(CallContainersArgs2) in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h56 V(CallContainersArgs2) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h173 static void CallContainersArgs2(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1283 void AsmInterpreterCall::CallContainersArgs2(ExtendedAssembler *assembler) in CallContainersArgs2() function in panda::ecmascript::x64::AsmInterpreterCall
1285 __ BindAssemblerStub(RTSTUB_ID(CallContainersArgs2)); in CallContainersArgs2()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h210 static void CallContainersArgs2(ExtendedAssembler *assembler);
H A Dasm_interpreter_call.cpp1057 void AsmInterpreterCall::CallContainersArgs2(ExtendedAssembler *assembler)
1059 __ BindAssemblerStub(RTSTUB_ID(CallContainersArgs2));

Completed in 14 milliseconds