| /ark/js_runtime/ecmascript/napi/test/ |
| D | jsi_test.cpp | 32 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/ |
| D | core_language_context.cpp | 30 PandaVM *CoreLanguageContext::CreateVM(Runtime *runtime, const RuntimeOptions &options) const in CreateVM() 55 auto runtime = Runtime::GetCurrent(); in ThrowException() local
|
| D | core_vm.cpp | 60 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/ |
| D | ecma_language_context.cpp | 33 PandaVM *EcmaLanguageContext::CreateVM(Runtime *runtime, [[maybe_unused]] const RuntimeOptions &opt… in CreateVM()
|
| D | js_thread.cpp | 28 JSThread *JSThread::Create(Runtime *runtime, PandaVM *vm) in Create() 41 JSThread::JSThread(Runtime *runtime, PandaVM *vm) in JSThread()
|
| D | ecma_vm.cpp | 69 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/ |
| D | file_manager.cpp | 29 auto runtime = Runtime::GetCurrent(); in LoadAbcFile() local
|
| D | panda_vm.cpp | 28 PandaVM *PandaVM::Create(Runtime *runtime, const RuntimeOptions &options, std::string_view runtime_… in Create()
|
| D | method.cpp | 476 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
|
| D | thread.cpp | 96 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
|
| D | class_initializer.cpp | 310 auto &runtime = *Runtime::GetCurrent(); in VerifyClass() local
|
| /ark/runtime_core/verification/debug/handlers/ |
| D | config_handler_method_options.cpp | 113 auto &runtime = *Runtime::GetCurrent(); in ProcessSectionUplevel() local 170 auto &runtime = *Runtime::GetCurrent(); in MethodOptionsProcessor() local 254 auto &runtime = *Runtime::GetCurrent(); in SetDefaultMethodOptions() local
|
| D | config_handler_method_groups.cpp | 46 auto &runtime = *Runtime::GetCurrent(); in RegisterConfigHandlerMethodGroups() local
|
| /ark/js_runtime/ecmascript/tooling/agent/ |
| D | runtime_impl.h | 47 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
|
| /ark/runtime_core/runtime/tests/ |
| D | pygote_space_allocator_test_base.h | 47 auto runtime = panda::Runtime::GetCurrent(); in GetObjectClass() local 55 auto runtime = panda::Runtime::GetCurrent(); in PygoteFork() local
|
| D | c2i_bridge_test.cpp | 85 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/ |
| D | panda.cpp | 65 auto &runtime = *Runtime::GetCurrent(); in VerifierProcessFile() local 253 auto &runtime = *Runtime::GetCurrent(); in Main() local
|
| /ark/runtime_core/runtime/dprofiler/ |
| D | dprofiler.cpp | 66 DProfiler::DProfiler(std::string_view app_name, Runtime *runtime) in DProfiler()
|
| /ark/js_runtime/ecmascript/js_vm/ |
| D | main.cpp | 122 auto runtime = Runtime::GetCurrent(); in Main() local
|
| /ark/js_runtime/ecmascript/compiler/ |
| D | aot_compiler.cpp | 117 auto runtime = Runtime::GetCurrent(); in Main() local
|
| /ark/js_runtime/ecmascript/tooling/ |
| D | dispatcher.cpp | 139 auto runtime = std::make_unique<RuntimeImpl>(vm, channel); in Dispatcher() local
|
| /ark/runtime_core/verification/thread/ |
| D | verifier_thread.cpp | 65 auto &runtime = *Runtime::GetCurrent(); in SetResult() local
|
| /ark/runtime_core/verification/verifier/ |
| D | verifier.cpp | 61 auto &runtime = *Runtime::GetCurrent(); in VerifierProcessFile() local
|
| /ark/runtime_core/verification/job_queue/ |
| D | job_queue.cpp | 232 auto &runtime = *Runtime::GetCurrent(); in NewJob() local
|
| /ark/runtime_core/runtime/include/ |
| D | runtime.h | 431 inline mem::AllocatorAdapter<void> GetInternalAllocatorAdapter(const Runtime *runtime) in GetInternalAllocatorAdapter()
|