Home
last modified time | relevance | path

Searched defs:runtimeType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/include/
Druntime_options.h160 std::string runtimeType = "core"; in InitializeRuntimeSpacesAndType() local
/arkcompiler/runtime_core/static_core/runtime/
Dpanda_vm.cpp31 …aVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtimeType) in Create()
Druntime.cpp235 LanguageContext Runtime::GetLanguageContext(const std::string &runtimeType) in GetLanguageContext()
714 bool Runtime::CreatePandaVM(std::string_view runtimeType) in CreatePandaVM()