Home
last modified time | relevance | path

Searched refs:runtimeType (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
H A Dplugins.h24 PANDA_PUBLIC_API panda_file::SourceLang RuntimeTypeToLang(const std::string &runtimeType);
26 bool HasRuntime(const std::string &runtimeType);
H A Dpanda_vm.cpp31 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtimeType) in Create() argument
33 LanguageContext ctx = runtime->GetLanguageContext(std::string(runtimeType)); in Create()
H A Druntime.cpp234 LanguageContext Runtime::GetLanguageContext(const std::string &runtimeType) in GetLanguageContext() argument
236 return GetLanguageContext(plugins::RuntimeTypeToLang(runtimeType)); in GetLanguageContext()
713 bool Runtime::CreatePandaVM(std::string_view runtimeType) in CreatePandaVM() argument
717 pandaVm_ = PandaVM::Create(this, options_, runtimeType); in CreatePandaVM()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Druntime_options.h196 std::string runtimeType = "core"; in InitializeRuntimeSpacesAndType() local
201 runtimeType = runtime; in InitializeRuntimeSpacesAndType()
206 SetRuntimeType(runtimeType); in InitializeRuntimeSpacesAndType()
H A Druntime.h106 LanguageContext GetLanguageContext(const std::string &runtimeType);
454 bool CreatePandaVM(std::string_view runtimeType);
H A Dpanda_vm.h50 static PandaVM *Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtimeType);

Completed in 6 milliseconds