Home
last modified time | relevance | path

Searched refs:CallRuntimeWithArgv (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h103 V(CallRuntimeWithArgv) \
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/x64/
H A Dcommon_call.h67 static void CallRuntimeWithArgv(ExtendedAssembler *assembler);
H A Doptimized_call.cpp1063 // * uint64_t CallRuntimeWithArgv(uintptr_t glue, uint64_t runtime_id, uint64_t argc, uintptr_t argv)
1086 void OptimizedCall::CallRuntimeWithArgv(ExtendedAssembler *assembler) in CallRuntimeWithArgv() function in panda::ecmascript::x64::OptimizedCall
1088 __ BindAssemblerStub(RTSTUB_ID(CallRuntimeWithArgv)); in CallRuntimeWithArgv()
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Dcommon_call.h94 static void CallRuntimeWithArgv(ExtendedAssembler *assembler);
H A Doptimized_call.cpp1037 // * uint64_t CallRuntimeWithArgv(uintptr_t glue, uint64_t runtime_id, uint64_t argc, uintptr_t argv)
1060 void OptimizedCall::CallRuntimeWithArgv(ExtendedAssembler *assembler) in CallRuntimeWithArgv() function in panda::ecmascript::aarch64::OptimizedCall
1062 __ BindAssemblerStub(RTSTUB_ID(CallRuntimeWithArgv)); in CallRuntimeWithArgv()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h452 V(CallRuntimeWithArgv) \
H A Dhcr_circuit_builder.cpp239 const CallSignature *cs = RuntimeStubCSigns::Get(RTSTUB_ID(CallRuntimeWithArgv)); in CallRuntimeVarargs()
H A Dcall_signature.cpp1355 DEF_CALL_SIGNATURE(CallRuntimeWithArgv) in DEF_CALL_SIGNATURE()
1358 CallSignature runtimeCallTrampoline("CallRuntimeWithArgv", 0, 4, in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp723 StubIdType stubId = RTSTUB_ID(CallRuntimeWithArgv); in VisitRuntimeCallWithArgv()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp1438 StubIdType stubId = RTSTUB_ID(CallRuntimeWithArgv); in VisitRuntimeCallWithArgv()

Completed in 24 milliseconds