Home
last modified time | relevance | path

Searched refs:CreateArgumentsArray (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_vm.cpp237 static coretypes::Array *CreateArgumentsArray(const std::vector<std::string> &args, const LanguageC… in CreateArgumentsArray() function
276 …coretypes::Array *argArray = CreateArgumentsArray(args, ctx, runtime_->GetClassLinker(), thread->G… in InvokeEntrypointImpl()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm.cpp453 static EtsObjectArray *CreateArgumentsArray(const std::vector<std::string> &args, PandaEtsVM *etsVm) in CreateArgumentsArray() function
520 EtsObjectArray *etsObjectArray = CreateArgumentsArray(args, this); in InvokeEntrypointImpl()