Home
last modified time | relevance | path

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

12345

/arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/
Ddangling_pointers_checker_test.cpp78 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
128 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
175 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
222 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
271 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
322 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
370 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
421 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
464 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
565 irtoc::IrtocRuntimeInterface runtime; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Dbytecodeopt_peepholes_test.cpp92 RuntimeInterfaceMock runtime(0U); in TEST_F() local
136 RuntimeInterfaceMock runtime(1U); in TEST_F() local
162 RuntimeInterfaceMock runtime(1U); in TEST_F() local
191 RuntimeInterfaceMock runtime(0U); in TEST_F() local
215 RuntimeInterfaceMock runtime(1U, false); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dprofiling_runner_test.cpp66 auto runtime = runner.CreateRuntime(); in TEST_F() local
80 auto runtime = runner.CreateRuntime(); in TEST_F() local
96 auto runtime = runner.CreateRuntime(); in TEST_F() local
109 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dpygote_space_allocator_test_base.h48 auto runtime = ark::Runtime::GetCurrent(); in GetObjectClass() local
56 auto runtime = ark::Runtime::GetCurrent(); in PygoteFork() local
Dtest_utils.h47 Runtime *runtime = Runtime::GetCurrent(); in AllocNonMovableObject() local
79 Runtime *runtime = Runtime::GetCurrent(); in AllocObjectInYoung() local
Dgc_trigger_test.cpp191 auto *runtime = Runtime::GetCurrent(); in TEST() local
249 auto *runtime = Runtime::GetCurrent(); in TEST() local
265 auto *runtime = Runtime::GetCurrent(); in TEST() local
281 auto *runtime = Runtime::GetCurrent(); in TEST() local
297 auto *runtime = Runtime::GetCurrent(); in TEST() local
/arkcompiler/runtime_core/static_core/docs/coroutines/
Dcoroutines.md109 #### JSMicroJobQueue
143 #### Async function calling
175 #### Handling Promise objects returned from JS code
/arkcompiler/runtime_core/static_core/runtime/core/
Dcore_language_context.cpp27 auto runtime = Runtime::GetCurrent(); in GetExceptionClass() local
58 auto runtime = Runtime::GetCurrent(); in ThrowException() local
113 PandaVM *CoreLanguageContext::CreateVM(Runtime *runtime, const RuntimeOptions &options) const in CreateVM()
131 auto runtime = Runtime::GetCurrent(); in ThrowStackOverflowException() local
Dcore_vm.cpp54 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create()
82 PandaCoreVM::PandaCoreVM(Runtime *runtime, const RuntimeOptions &options, mem::MemoryManager *mm) in PandaCoreVM()
120 auto runtime = Runtime::GetCurrent(); in Initialize() local
131 auto runtime = Runtime::GetCurrent(); in PreAllocOOMErrorObject() local
146 auto runtime = Runtime::GetCurrent(); in InitializeFinish() local
262 Runtime *runtime = Runtime::GetCurrent(); in InvokeEntrypointImpl() local
/arkcompiler/runtime_core/static_core/runtime/tooling/
Dtools.cpp23 auto *runtime = Runtime::GetCurrent(); in StartSamplingProfiler() local
34 auto *runtime = Runtime::GetCurrent(); in StopSamplingProfiler() local
/arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/
Dhooks.cpp114 panda::ecmascript::Runtime *runtime = panda::ecmascript::Runtime::GetInstance(); in VisitDynamicGlobalRoots() local
131 panda::ecmascript::Runtime *runtime = panda::ecmascript::Runtime::GetInstance(); in VisitDynamicLocalRoots() local
163 panda::ecmascript::Runtime *runtime = panda::ecmascript::Runtime::GetInstance(); in VisitDynamicWeakGlobalRootsOld() local
175 panda::ecmascript::Runtime *runtime = panda::ecmascript::Runtime::GetInstance(); in InvokeSharedNativePointerCallbacks() local
183 panda::ecmascript::Runtime *runtime = panda::ecmascript::Runtime::GetInstance(); in VisitDynamicWeakLocalRoots() local
199 panda::ecmascript::Runtime *runtime = panda::ecmascript::Runtime::GetInstance(); in VisitDynamicPreforwardRoots() local
214 panda::ecmascript::Runtime *runtime = panda::ecmascript::Runtime::GetInstance(); in VisitDynamicConcurrentRoots() local
303 panda::ecmascript::Runtime* runtime = panda::ecmascript::Runtime::GetInstance(); in SweepThreadLocalJitFort() local
/arkcompiler/runtime_core/static_core/compiler/
Dintrinsics_can_encode.inl16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/integrate/
Dets_ani_expo.cpp87 Runtime *runtime = Runtime::GetCurrent(); in TryLoadAotFileForBoot() local
121 auto *runtime = Runtime::GetCurrent(); in PreCreateExclusiveWorkerForTaskpool() local
142 auto *runtime = Runtime::GetCurrent(); in DestroyExclusiveWorkerForTaskpoolIfExists() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dstring_builder_utils.cpp31 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderInstance() local
46 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringConcat() local
61 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderConstructorWithStringArg() local
76 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderConstructorWithCharArrayArg() local
82 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderToString() local
105 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsMethodStringBuilderDefaultConstructor() local
166 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsIntrinsicStringConcat() local
362 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsIntrinsicStringBuilderAppendString() local
Dstring_builder_utils.h60 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderAppend() local
Dreserve_string_builder_buffer.cpp129 auto runtime = storeObject->GetBasicBlock()->GetGraph()->GetRuntime(); in IsFieldStringBuilderBuffer() local
137 auto runtime = storeObject->GetBasicBlock()->GetGraph()->GetRuntime(); in IsFieldStringBuilderIndex() local
222 auto runtime = graph->GetRuntime(); in CreateInstructionNewObjectsArray() local
279 auto runtime = graph->GetRuntime(); in StoreStringBuilderBufferField() local
292 auto runtime = graph->GetRuntime(); in StoreStringBuilderIndexField() local
303 auto runtime = graph->GetRuntime(); in StoreStringBuilderLengthField() local
314 auto runtime = graph->GetRuntime(); in StoreStringBuilderIsCompressedField() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/debugger/src/overwrites/
Dcdp_debugger_callframe_from_json.py21 import cdp.runtime as runtime namespace
/arkcompiler/runtime_core/static_core/runtime/
Dfile_manager.cpp29 auto runtime = Runtime::GetCurrent(); in LoadAbcFile() local
95 auto runtime = Runtime::GetCurrent(); in LoadAnFile() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_inlining_expansion.cpp34 auto *runtime = GetGraph()->GetRuntime(); in ExpandIntrinsicEscompatArrayGet() local
73 auto *runtime = GetGraph()->GetRuntime(); in ExpandIntrinsicEscompatArraySet() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.h219 …virtual Coroutine *CreateExclusiveWorkerForThread([[maybe_unused]] Runtime *runtime, [[maybe_unuse… in CreateExclusiveWorkerForThread()
233 virtual void CreateWorkers([[maybe_unused]] size_t howMany, [[maybe_unused]] Runtime *runtime, in CreateWorkers()
243 virtual void FinalizeWorkers([[maybe_unused]] size_t howMany, [[maybe_unused]] Runtime *runtime, in FinalizeWorkers()
/arkcompiler/runtime_core/static_core/panda/
Dpanda.cpp138 static int ExecutePandaFile(Runtime &runtime, const std::string &fileName, const std::string &entry, in ExecutePandaFile()
150 static void PrintStatistics(RuntimeOptions &runtimeOptions, Runtime &runtime) in PrintStatistics()
217 auto &runtime = *Runtime::GetCurrent(); in Main() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Dstd_core.cpp37 auto runtime = Runtime::GetCurrent(); in StdCoreStackTraceLines() local
189 auto *runtime = vm->GetRuntime(); in StdSystemScaleWorkersPool() local
200 auto *runtime = Runtime::GetCurrent(); in StdSystemStopTaskpool() local
219 auto *runtime = Runtime::GetCurrent(); in StdSystemIncreaseTaskpoolWorkersToN() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/runtime/
Dentrypoint_return_test.cpp32 auto runtime = Runtime::GetCurrent(); in TEST_F() local
/arkcompiler/runtime_core/compiler/tests/
Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp44 …nique_ptr<IrtocCompilerInterface> CreateLLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, in CreateLLVMIrtocCompiler()
50 LLVMIrtocCompiler::LLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, ark::ArenaAllocator … in LLVMIrtocCompiler()

12345