| /arkcompiler/runtime_core/static_core/irtoc/backend/compiler/tests/ |
| D | dangling_pointers_checker_test.cpp | 78 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/ |
| D | bytecodeopt_peepholes_test.cpp | 92 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/ |
| D | profiling_runner_test.cpp | 66 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/ |
| D | pygote_space_allocator_test_base.h | 48 auto runtime = ark::Runtime::GetCurrent(); in GetObjectClass() local 56 auto runtime = ark::Runtime::GetCurrent(); in PygoteFork() local
|
| D | test_utils.h | 47 Runtime *runtime = Runtime::GetCurrent(); in AllocNonMovableObject() local 79 Runtime *runtime = Runtime::GetCurrent(); in AllocObjectInYoung() local
|
| D | gc_trigger_test.cpp | 191 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/ |
| D | coroutines.md | 109 #### JSMicroJobQueue 143 #### Async function calling 175 #### Handling Promise objects returned from JS code
|
| /arkcompiler/runtime_core/static_core/runtime/core/ |
| D | core_language_context.cpp | 27 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
|
| D | core_vm.cpp | 54 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/ |
| D | tools.cpp | 23 auto *runtime = Runtime::GetCurrent(); in StartSamplingProfiler() local 34 auto *runtime = Runtime::GetCurrent(); in StopSamplingProfiler() local
|
| /arkcompiler/ets_runtime/ecmascript/mem/cmc_gc/ |
| D | hooks.cpp | 114 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/ |
| D | intrinsics_can_encode.inl | 16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/integrate/ |
| D | ets_ani_expo.cpp | 87 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/ |
| D | string_builder_utils.cpp | 31 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
|
| D | string_builder_utils.h | 60 auto runtime = inst->GetBasicBlock()->GetGraph()->GetRuntime(); in IsStringBuilderAppend() local
|
| D | reserve_string_builder_buffer.cpp | 129 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/ |
| D | cdp_debugger_callframe_from_json.py | 21 import cdp.runtime as runtime namespace
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | file_manager.cpp | 29 auto runtime = Runtime::GetCurrent(); in LoadAbcFile() local 95 auto runtime = Runtime::GetCurrent(); in LoadAnFile() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ |
| D | ets_intrinsics_inlining_expansion.cpp | 34 auto *runtime = GetGraph()->GetRuntime(); in ExpandIntrinsicEscompatArrayGet() local 73 auto *runtime = GetGraph()->GetRuntime(); in ExpandIntrinsicEscompatArraySet() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.h | 219 …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/ |
| D | panda.cpp | 138 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/ |
| D | std_core.cpp | 37 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/ |
| D | entrypoint_return_test.cpp | 32 auto runtime = Runtime::GetCurrent(); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/ |
| D | profiling_runner_test.cpp | 65 auto runtime = runner.CreateRuntime(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_irtoc_compiler.cpp | 44 …nique_ptr<IrtocCompilerInterface> CreateLLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, in CreateLLVMIrtocCompiler() 50 LLVMIrtocCompiler::LLVMIrtocCompiler(ark::compiler::RuntimeInterface *runtime, ark::ArenaAllocator … in LLVMIrtocCompiler()
|