Home
last modified time | relevance | path

Searched defs:manager (Results 1 – 17 of 17) sorted by relevance

/arkcompiler/ets_runtime/common_components/heap/
Dheap_manager.cpp48 …RegionManager &manager = reinterpret_cast<RegionSpace &>(Heap::GetHeap().GetAllocator()).GetRegion… in MarkJitFortMemInstalled() local
54 …RegionManager& manager = reinterpret_cast<RegionSpace&>(Heap::GetHeap().GetAllocator()).GetRegionM… in SetReadOnlyToROSpace() local
60 …RegionManager& manager = reinterpret_cast<RegionSpace&>(Heap::GetHeap().GetAllocator()).GetRegionM… in ClearReadOnlyFromROSpace() local
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Ddropframe_manager_test.cpp71 DropframeManager manager; member in panda::ecmascript::tooling::DropframeManagerFriendTest
105 DropframeManagerFriendTest manager; in HWTEST_F_L0() local
118 DropframeManagerFriendTest manager; in HWTEST_F_L0() local
135 DropframeManagerFriendTest manager; in HWTEST_F_L0() local
167 DropframeManagerFriendTest manager; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/common_components/heap/allocator/tests/
Dregion_manager_test.cpp227 RegionManager manager; in HWTEST_F_L0() local
242 RegionManager manager; in HWTEST_F_L0() local
257 RegionManager manager; in HWTEST_F_L0() local
271 RegionManager manager; in HWTEST_F_L0() local
284 RegionManager manager; in HWTEST_F_L0() local
298 RegionManager manager; in HWTEST_F_L0() local
312 RegionManager manager; in HWTEST_F_L0() local
321 RegionManager manager; in HWTEST_F_L0() local
332 RegionManager manager; in HWTEST_F_L0() local
344 RegionManager manager; in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/common_components/heap/tests/
Dheap_manager_test.cpp32 HeapManager manager; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.cpp41 InsertingPassManager manager; in CompileModule() local
Dllvm_irtoc_compiler.cpp69 …td::make_unique<MIRCompiler>(targetMachine_, [this](ark::llvmbackend::InsertingPassManager *manage… in LLVMIrtocCompiler()
/arkcompiler/ets_runtime/common_components/heap/allocator/
Dfree_region_manager.h29 explicit FreeRegionManager(RegionManager& manager) : regionManager_(manager) {} in FreeRegionManager()
Dregion_space.cpp480 …RegionManager& manager = reinterpret_cast<RegionSpace&>(Heap::GetHeap().GetAllocator()).GetRegionM… in AllocateRawPointerObject() local
/arkcompiler/ets_runtime/common_components/heap/space/tests/
Dfrom_space_test.cpp64 RegionManager manager; in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
Dinsert_safepoints.cpp100 llvm::legacy::FunctionPassManager manager(func.getParent()); in RunLegacyInserter() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dpeep.h92 PeepOptimizeManager *manager = nullptr; variable
/arkcompiler/ets_frontend/ets2panda/driver/dependency_analyzer/
Ddep_analyzer.cpp106 ark::es2panda::util::ImportPathManager *manager = parser->GetImportPathManager(); in AddImports() local
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/tests/
Daot_file_test.cpp515 AOTFileManager *manager = vm->GetAOTFileManager(); in HWTEST_F_L0() local
534 AOTFileManager *manager = vm->GetAOTFileManager(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dserialize_data.h455 auto manager = JSSharedMemoryManager::GetInstance(); in DecreaseSharedArrayBufferReference() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test_one.cpp247 auto manager = PGOProfilerManager::GetInstance(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Djs_pandafile_manager_test.cpp69 JSPandaFileManager *manager = JSPandaFileManager::GetInstance(); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/runtime/
Druntime.cpp818 static void RegisterSignalHandler(SignalManager *manager, bool inCompiledCode) in RegisterSignalHandler()