Lines Matching defs:runtime
16 #include "include/runtime.h"
19 #include "runtime/include/locks.h"
20 #include "runtime/include/method-inl.h"
21 #include "runtime/include/class.h"
145 std::cerr << "Error: cannot create runtime" << std::endl;
158 auto &runtime = *Runtime::GetCurrent();
159 auto &verif_opts = runtime.GetVerificationOptions();
163 verifier::ThreadPool::GetCache()->FastAPI().ProcessFiles(runtime.GetClassLinker()->GetBootPandaFiles());
167 auto res = runtime.ExecutePandaFile(file_name, entry, arguments);
176 std::cout << runtime.GetMemoryStatistics();
179 std::cout << runtime.GetFinalStatistics();
182 std::cerr << "Error: cannot destroy runtime" << std::endl;
198 panda::PandArg<bool> options("options", false, "Print compiler and runtime options");