Home
last modified time | relevance | path

Searched defs:CreateRuntime (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dmem_leak_test.cpp24 void CreateRuntime() in CreateRuntime() function in panda::mem::test::MemLeakTest
Dintrinsics_blacklist_test.cpp45 void CreateRuntime(RuntimeOptions &options) in CreateRuntime() function in panda::test::IntrinsicsBlacklistTest
Dexception_test.cpp69 inline void CreateRuntime(ExType exType) in CreateRuntime() function in panda::test::PandaExceptionTest
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp82 bool CreateRuntime(std::function<bool(base_options::Options *, RuntimeOptions *)> const &addOptions) in CreateRuntime() function
107 bool CreateRuntime(const std::string &stdlibAbc, const std::string &pathAbc, const bool useJit, con… in CreateRuntime() function
/arkcompiler/runtime_core/static_core/compiler/tests/
Dpanda_runner.h120 Runtime *CreateRuntime() in CreateRuntime() function
/arkcompiler/runtime_core/compiler/tests/
Dpanda_runner.h111 Runtime *CreateRuntime() in CreateRuntime() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dets_vm_plugin.cpp191 static napi_value CreateRuntime(napi_env env, napi_callback_info info) in CreateRuntime() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/common/bouncing_peas/
Dbouncing_peas_unit_napi.cpp268 bool CreateRuntime(const std::string &stdlibAbc, const std::string &pathAbc, bool enableJit, in CreateRuntime() function in panda::ets::test::EtsVMConfingNapi