Home
last modified time | relevance | path

Searched defs:heapType (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_param_configuration.h40 EcmaParamConfiguration(HeapType heapType, size_t poolSize, size_t heapSize = 1_MB) in EcmaParamConfiguration() argument
H A Decma_vm.cpp65 auto heapType = options.IsWorker() ? EcmaParamConfiguration::HeapType::WORKER_HEAP : in Create() local
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.h369 explicit RecursionScope(BaseHeap* heap, HeapType heapType) : heap_(heap), heapType_(heapType) in RecursionScope() argument

Completed in 5 milliseconds