Searched defs:CreateRuntime (Results 1 – 7 of 7) sorted by relevance
24 void CreateRuntime() in CreateRuntime() function in ark::mem::test::MemLeakTest
45 void CreateRuntime(RuntimeOptions &options) in CreateRuntime() function in ark::test::IntrinsicsBlacklistTest
69 inline void CreateRuntime(ExType exType) in CreateRuntime() function in ark::test::PandaExceptionTest
82 bool CreateRuntime(std::function<bool(base_options::Options *, RuntimeOptions *)> const &addOptions) in CreateRuntime() function116 bool CreateRuntime(const std::string &stdlibAbc, const std::string &pathAbc, const bool useJit, con… in CreateRuntime() function
120 Runtime *CreateRuntime() in CreateRuntime() function
111 Runtime *CreateRuntime() in CreateRuntime() function
250 bool CreateRuntime(const std::string &stdlibAbc, const std::string &pathAbc, bool enableJit, in CreateRuntime() function in ark::ets::test::EtsVMConfingNapi