Home
last modified time | relevance | path

Searched defs:heapType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.h397 … explicit RecursionScope(BaseHeap* heap, HeapType heapType) : heap_(heap), heapType_(heapType) in RecursionScope()
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp93 auto heapType = options.IsWorker() ? EcmaParamConfiguration::HeapType::WORKER_HEAP : in Create() local