Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dpanda_vm.cpp96 …VM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_type) in Create()
Druntime.cpp229 LanguageContext Runtime::GetLanguageContext(const std::string &runtime_type) in GetLanguageContext()
628 bool Runtime::CreatePandaVM(std::string_view runtime_type) in CreatePandaVM()
/arkcompiler/runtime_core/runtime/include/
Druntime_options.h180 std::string runtime_type = "core"; in InitializeRuntimeSpacesAndType() local