Home
last modified time | relevance | path

Searched refs:InvokeEntrypoint (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dpanda_vm.cpp56 Expected<int, Runtime::Error> PandaVM::InvokeEntrypoint(Method *entrypoint, const std::vector<std::string> &args) in InvokeEntrypoint() function in ark::PandaVM
H A Druntime.cpp1198 return pandaVm_->InvokeEntrypoint(method, args); in Execute()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dpanda_vm.h80 virtual Expected<int, Runtime::Error> InvokeEntrypoint(Method *entrypoint, const std::vector<std::string> &args);

Completed in 4 milliseconds