Home
last modified time | relevance | path

Searched defs:BaseHeap (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dfree_object.h26 class BaseHeap; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dheap_region_allocator.h25 class BaseHeap; variable
Dallocator.h26 class BaseHeap; variable
Dtagged_object.h86 friend class BaseHeap; variable
Dheap.h147 BaseHeap(const EcmaParamConfiguration &config) : config_(config) {} in BaseHeap() function