Home
last modified time | relevance | path

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

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