Home
last modified time | relevance | path

Searched defs:runtime (Results 1 – 25 of 30) sorted by relevance

12

/ark/js_runtime/ecmascript/napi/test/
Djsi_test.cpp32 std::string GetLogContent(const shared_ptr<JsRuntime> &runtime, const std::vector<shared_ptr<JsValu… in GetLogContent()
41 shared_ptr<JsValue> AppDebugLogPrint(const shared_ptr<JsRuntime> &runtime, const shared_ptr<JsValue… in AppDebugLogPrint()
49 shared_ptr<JsValue> Setter(const shared_ptr<JsRuntime> &runtime, const shared_ptr<JsValue> &, in Setter()
57 shared_ptr<JsValue> Getter(const shared_ptr<JsRuntime> &runtime, const shared_ptr<JsValue> &, in Getter()
100 TestRuntime runtime; in main() local
/ark/runtime_core/runtime/core/
Dcore_language_context.cpp30 PandaVM *CoreLanguageContext::CreateVM(Runtime *runtime, const RuntimeOptions &options) const in CreateVM()
55 auto runtime = Runtime::GetCurrent(); in ThrowException() local
Dcore_vm.cpp60 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create()
81 PandaCoreVM::PandaCoreVM(Runtime *runtime, [[maybe_unused]] const RuntimeOptions &options, mem::Mem… in PandaCoreVM()
221 Runtime *runtime = Runtime::GetCurrent(); in InvokeEntrypointImpl() local
/ark/js_runtime/ecmascript/
Decma_language_context.cpp33 PandaVM *EcmaLanguageContext::CreateVM(Runtime *runtime, [[maybe_unused]] const RuntimeOptions &opt… in CreateVM()
Djs_thread.cpp28 JSThread *JSThread::Create(Runtime *runtime, PandaVM *vm) in Create()
41 JSThread::JSThread(Runtime *runtime, PandaVM *vm) in JSThread()
Decma_vm.cpp69 auto runtime = Runtime::GetCurrent(); in Create() local
85 auto runtime = Runtime::GetCurrent(); in Destroy() local
93 Expected<EcmaVM *, CString> EcmaVM::Create(Runtime *runtime) in Create()
/ark/runtime_core/runtime/
Dfile_manager.cpp29 auto runtime = Runtime::GetCurrent(); in LoadAbcFile() local
Dpanda_vm.cpp28 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_… in Create()
Dmethod.cpp476 auto &runtime = *Runtime::GetCurrent(); in WaitForVerification() local
505 auto &runtime = *Runtime::GetCurrent(); in Verify() local
545 auto &runtime = *Runtime::GetCurrent(); in AddJobInQueue() local
553 auto &runtime = *Runtime::GetCurrent(); in AddJobInQueue() local
574 auto &runtime = *Runtime::GetCurrent(); in EnqueueForVerification() local
Dthread.cpp96 ManagedThread *ManagedThread::Create(Runtime *runtime, PandaVM *vm) in Create()
107 MTManagedThread *MTManagedThread::Create(Runtime *runtime, PandaVM *vm) in Create()
588 Runtime *runtime = Runtime::GetCurrent(); in Destroy() local
Dclass_initializer.cpp310 auto &runtime = *Runtime::GetCurrent(); in VerifyClass() local
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_method_options.cpp113 auto &runtime = *Runtime::GetCurrent(); in ProcessSectionUplevel() local
170 auto &runtime = *Runtime::GetCurrent(); in MethodOptionsProcessor() local
254 auto &runtime = *Runtime::GetCurrent(); in SetDefaultMethodOptions() local
Dconfig_handler_method_groups.cpp46 auto &runtime = *Runtime::GetCurrent(); in RegisterConfigHandlerMethodGroups() local
/ark/js_runtime/ecmascript/tooling/agent/
Druntime_impl.h47 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
/ark/runtime_core/runtime/tests/
Dpygote_space_allocator_test_base.h47 auto runtime = panda::Runtime::GetCurrent(); in GetObjectClass() local
55 auto runtime = panda::Runtime::GetCurrent(); in PygoteFork() local
Dc2i_bridge_test.cpp85 Runtime *runtime = Runtime::GetCurrent(); in SetUpHelperFunctions() local
123 Runtime *runtime = Runtime::GetCurrent(); in MakeNoArgsMethod() local
170 Runtime *runtime = Runtime::GetCurrent(); in MakeCheckArgsMethod() local
/ark/runtime_core/panda/
Dpanda.cpp65 auto &runtime = *Runtime::GetCurrent(); in VerifierProcessFile() local
253 auto &runtime = *Runtime::GetCurrent(); in Main() local
/ark/runtime_core/runtime/dprofiler/
Ddprofiler.cpp66 DProfiler::DProfiler(std::string_view app_name, Runtime *runtime) in DProfiler()
/ark/js_runtime/ecmascript/js_vm/
Dmain.cpp122 auto runtime = Runtime::GetCurrent(); in Main() local
/ark/js_runtime/ecmascript/compiler/
Daot_compiler.cpp117 auto runtime = Runtime::GetCurrent(); in Main() local
/ark/js_runtime/ecmascript/tooling/
Ddispatcher.cpp139 auto runtime = std::make_unique<RuntimeImpl>(vm, channel); in Dispatcher() local
/ark/runtime_core/verification/thread/
Dverifier_thread.cpp65 auto &runtime = *Runtime::GetCurrent(); in SetResult() local
/ark/runtime_core/verification/verifier/
Dverifier.cpp61 auto &runtime = *Runtime::GetCurrent(); in VerifierProcessFile() local
/ark/runtime_core/verification/job_queue/
Djob_queue.cpp232 auto &runtime = *Runtime::GetCurrent(); in NewJob() local
/ark/runtime_core/runtime/include/
Druntime.h431 inline mem::AllocatorAdapter<void> GetInternalAllocatorAdapter(const Runtime *runtime) in GetInternalAllocatorAdapter()

12