Searched defs:runtime_type (Results 1 – 3 of 3) sorted by relevance
96 …VM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_type) in Create()
229 LanguageContext Runtime::GetLanguageContext(const std::string &runtime_type) in GetLanguageContext()628 bool Runtime::CreatePandaVM(std::string_view runtime_type) in CreatePandaVM()
180 std::string runtime_type = "core"; in InitializeRuntimeSpacesAndType() local