Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.h163 std::unordered_map<size_t, Region *> regionIndexMap_; member in panda::ecmascript::final
H A Dsnapshot_processor.cpp1021 regionIndexMap_.clear(); in ~SnapshotProcessor()
1229 regionIndexMap_.emplace(regionIndex, region); in DeserializeSpaceObject()
1277 regionIndexMap_.emplace(regionIndex, region); in DeserializeHugeSpaceObject()
1739 if (UNLIKELY(regionIndexMap_.find(regionIndex) == regionIndexMap_.end())) { in TaggedObjectEncodeBitToAddr()
1742 Region *region = regionIndexMap_.find(regionIndex)->second; in TaggedObjectEncodeBitToAddr()

Completed in 4 milliseconds