| /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/runtime/tests/ |
| D | test_utils.h | 47 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
|
| D | gc_log_test.cpp | 91 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
|
| D | explicit_gc_test.cpp | 86 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
|
| D | g1gc_test.cpp | 89 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 …]
|
| D | static_analyzer_test.cpp | 65 Runtime *runtime = Runtime::GetCurrent(); in AllocString() local 73 Runtime *runtime = Runtime::GetCurrent(); in AllocStringArray() local
|
| D | pygote_space_allocator_test_base.h | 48 auto runtime = panda::Runtime::GetCurrent(); in GetObjectClass() local 56 auto runtime = panda::Runtime::GetCurrent(); in PygoteFork() 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 112 PandaVM *CoreLanguageContext::CreateVM(Runtime *runtime, const RuntimeOptions &options) const in CreateVM() 130 auto runtime = Runtime::GetCurrent(); in ThrowStackOverflowException() local
|
| D | core_vm.cpp | 53 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/ |
| D | profiling_runner_test.cpp | 65 auto runtime = runner.CreateRuntime(); in TEST_F() local 80 auto runtime = runner.CreateRuntime(); in TEST_F() local
|
| D | codegen_test.cpp | 185 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/ |
| D | ets_intrinsics_peephole.cpp | 102 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/ |
| D | intrinsics_can_encode.inl | 16 inline bool CheckSSE42([[maybe_unused]] RuntimeInterface *runtime, Arch arch)
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | file_manager.cpp | 29 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/ |
| D | ets_inst_builder.cpp | 58 auto runtime = GetRuntime(); in BuildLdObjByName() local 123 auto runtime = GetRuntime(); in BuildStObjByName() local
|
| /arkcompiler/runtime_core/static_core/runtime/coroutines/ |
| D | coroutine_manager.cpp | 26 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/ |
| D | profiling_runner_test.cpp | 65 auto runtime = runner.CreateRuntime(); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
| D | object_type_propagation.cpp | 87 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/ |
| D | llvm_irtoc_compiler.cpp | 43 …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/ |
| D | aot_file.cpp | 90 void AotFile::InitializeGot(RuntimeInterface *runtime) in InitializeGot() 133 void AotFile::PatchTable(RuntimeInterface *runtime) in PatchTable()
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_vm_api.cpp | 133 auto runtime = panda::Runtime::GetCurrent(); in ExecuteMain() local 143 auto *runtime = panda::Runtime::GetCurrent(); in BindNative() local
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | runtime_impl.h | 45 DispatcherImpl(ProtocolChannel *channel, std::unique_ptr<RuntimeImpl> runtime) in DispatcherImpl()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | inlining.cpp | 97 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
|