Home
last modified time | relevance | path

Searched refs:FORT_REGION_BITSET_SIZE (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/mem/
H A Djit_fort.h213 static constexpr int FORT_REGION_BITSET_SIZE = 4096; member in panda::ecmascript::JitFortRegion
214 size_t bitsetSize_ {FORT_REGION_BITSET_SIZE};
215 alignas(uint64_t) uint8_t gcBitSet_[FORT_REGION_BITSET_SIZE];

Completed in 2 milliseconds