Searched refs:table_mem_map_ (Results 1 – 2 of 2) sorted by relevance
85 table_mem_map_ = MemMap::MapAnonymous("indirect ref table", in IndirectReferenceTable()90 if (!table_mem_map_.IsValid() && error_msg->empty()) { in IndirectReferenceTable()94 if (table_mem_map_.IsValid()) { in IndirectReferenceTable()95 table_ = reinterpret_cast<IrtEntry*>(table_mem_map_.Begin()); in IndirectReferenceTable()137 return table_mem_map_.IsValid(); in IsValid()238 memcpy(new_map.Begin(), table_mem_map_.Begin(), table_mem_map_.Size()); in Resize()239 table_mem_map_ = std::move(new_map); in Resize()240 table_ = reinterpret_cast<IrtEntry*>(table_mem_map_.Begin()); in Resize()460 uint8_t* release_end = static_cast<uint8_t*>(table_mem_map_.BaseEnd()); in Trim()
408 MemMap table_mem_map_; variable