Home
last modified time | relevance | path

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

1234

/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/runtime/tests/
Dtest_utils.h47 Runtime *runtime = Runtime::GetCurrent(); in AllocNonMovableObject() local
57 Runtime *runtime = Runtime::GetCurrent(); in AllocArray() local
69 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local
78 Runtime *runtime = Runtime::GetCurrent(); in AllocObjectInYoung() local
Dgc_log_test.cpp91 Runtime *runtime = Runtime::GetCurrent(); in CounterLogTest() local
119 Runtime *runtime = Runtime::GetCurrent(); in FullLogTest() local
170 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
212 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
Dexplicit_gc_test.cpp86 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
142 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
170 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
198 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
Dg1gc_test.cpp89 Runtime *runtime = Runtime::GetCurrent(); in GetHumongousArrayLength() local
105 Runtime *runtime = Runtime::GetCurrent(); in GetAllocator() local
208 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
247 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
279 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
332 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
468 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
538 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
571 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
626 Runtime *runtime = Runtime::GetCurrent(); in TEST_F() local
[all …]
Dstatic_analyzer_test.cpp65 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local
73 Runtime *runtime = Runtime::GetCurrent(); in AllocStringArray() local
Dpygote_space_allocator_test_base.h48 auto runtime = panda::Runtime::GetCurrent(); in GetObjectClass() local
56 auto runtime = panda::Runtime::GetCurrent(); in PygoteFork() 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
112 PandaVM *CoreLanguageContext::CreateVM(Runtime *runtime, const RuntimeOptions &options) const in CreateVM()
130 auto runtime = Runtime::GetCurrent(); in ThrowStackOverflowException() local
Dcore_vm.cpp53 Expected<PandaCoreVM *, PandaString> PandaCoreVM::Create(Runtime *runtime, const RuntimeOptions &op… in Create()
81 PandaCoreVM::PandaCoreVM(Runtime *runtime, const RuntimeOptions &options, mem::MemoryManager *mm) in PandaCoreVM()
119 auto runtime = Runtime::GetCurrent(); in Initialize() local
130 auto runtime = Runtime::GetCurrent(); in PreAllocOOMErrorObject() local
145 auto runtime = Runtime::GetCurrent(); in InitializeFinish() local
261 Runtime *runtime = Runtime::GetCurrent(); in InvokeEntrypointImpl() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
80 auto runtime = runner.CreateRuntime(); in TEST_F() local
Dcodegen_test.cpp185 RuntimeInterfaceMock runtime; in CheckStoreArray() local
259 RuntimeInterfaceMock runtime; in CheckLoadArray() local
324 RuntimeInterfaceMock runtime; in CheckStoreArrayPair() local
403 RuntimeInterfaceMock runtime; in CheckLoadArrayPair() local
487 RuntimeInterfaceMock runtime; in CheckBounds() local
559 RuntimeInterfaceMock runtime; in CheckCmp() local
793 RuntimeInterfaceMock runtime; in TEST_F() local
880 RuntimeInterfaceMock runtime; in TEST_F() local
955 RuntimeInterfaceMock runtime; in TEST_F() local
1023 RuntimeInterfaceMock runtime; in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/
Dets_intrinsics_peephole.cpp102 auto runtime = graph->GetRuntime(); in TryInsertFieldInst() local
146 auto runtime = graph->GetRuntime(); in TryInsertCallInst() local
176 auto runtime = graph->GetRuntime(); in PeepholeLdObjByName() local
200 auto runtime = graph->GetRuntime(); in PeepholeStObjByName() 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/runtime/
Dfile_manager.cpp29 auto runtime = Runtime::GetCurrent(); in LoadAbcFile() local
61 auto runtime = Runtime::GetCurrent(); in LoadAnFile() local
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/optimizer/ir_builder/
Dets_inst_builder.cpp58 auto runtime = GetRuntime(); in BuildLdObjByName() local
123 auto runtime = GetRuntime(); in BuildStObjByName() local
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dcoroutine_manager.cpp26 Coroutine *CoroutineManager::CreateMainCoroutine(Runtime *runtime, PandaVM *vm) in CreateMainCoroutine()
51 Coroutine *CoroutineManager::CreateEntrypointlessCoroutine(Runtime *runtime, PandaVM *vm, bool make… in CreateEntrypointlessCoroutine()
/arkcompiler/runtime_core/compiler/tests/
Dprofiling_runner_test.cpp65 auto runtime = runner.CreateRuntime(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dobject_type_propagation.cpp87 auto runtime = self->GetGraph()->GetRuntime(); in VisitLoadObject() local
127 auto runtime = graph->GetRuntime(); in VisitParameter() local
152 auto runtime = self->GetGraph()->GetRuntime(); in ProcessManagedCall() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dllvm_irtoc_compiler.cpp43 …que_ptr<IrtocCompilerInterface> CreateLLVMIrtocCompiler(panda::compiler::RuntimeInterface *runtime, in CreateLLVMIrtocCompiler()
49 LLVMIrtocCompiler::LLVMIrtocCompiler(panda::compiler::RuntimeInterface *runtime, panda::ArenaAlloca… in LLVMIrtocCompiler()
/arkcompiler/runtime_core/static_core/compiler/aot/
Daot_file.cpp90 void AotFile::InitializeGot(RuntimeInterface *runtime) in InitializeGot()
133 void AotFile::PatchTable(RuntimeInterface *runtime) in PatchTable()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_vm_api.cpp133 auto runtime = panda::Runtime::GetCurrent(); in ExecuteMain() local
143 auto *runtime = panda::Runtime::GetCurrent(); in BindNative() local
/arkcompiler/toolchain/tooling/agent/
Druntime_impl.h45 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dinlining.cpp97 auto runtime = graph->GetRuntime(); in EmitEvent() local
266 auto runtime = GetGraph()->GetRuntime(); in TryInlineWithInlineCaches() local
294 auto runtime = GetGraph()->GetRuntime(); in DoInlineMonomorphic() local
488 auto runtime = GetGraph()->GetRuntime(); in DoInlinePolymorphic() local
783 auto runtime = GetGraph()->GetRuntime(); in TryInlineExternalAot() local
859 auto runtime = GetGraph()->GetRuntime(); in DoInlineMethod() local
927 auto runtime = GetGraph()->GetRuntime(); in DoInline() local
1435 auto runtime = GetGraph()->GetRuntime(); in ResolveTarget() local
1492 auto runtime = GetGraph()->GetRuntime(); in CanUseTypeInfo() local

1234