Home
last modified time | relevance | path

Searched defs:Region (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Drset_worklist_handler.h23 class Region; variable
Dheap_region_allocator.h26 class Region; variable
Dallocator.h25 class Region; variable
Dparallel_marker.h26 class Region; variable
Dbarriers.h27 class Region; variable
Dwork_manager.h37 class Region; variable
Dregion.h168 Region(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t begin, uintptr_t end, in Region() function
184 Region(NativeAreaAllocator *allocator, uintptr_t allocateBase, uintptr_t end, in Region() function
/arkcompiler/ets_runtime/ecmascript/mem/shared_heap/
Dshared_gc_marker.h25 class Region; variable
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dcard_handler.h26 class Region; variable
Dupdate_remset_worker.h28 class Region; variable
/arkcompiler/runtime_core/static_core/runtime/mem/
Drem_set.h34 class Region; variable
Dregion_space.h60 NO_THREAD_SANITIZE explicit Region(RegionSpace *space, uintptr_t begin, uintptr_t end) in Region() function
/arkcompiler/runtime_core/static_core/runtime/mem/gc/workers/
Dgc_workers_tasks.h137 class Region; variable
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/utils/
DCfgStructualAnalysis.ts990 abstract class Region extends AbstractNode { class