Home
last modified time | relevance | path

Searched refs:table_bytes (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dindirect_reference_table.cc80 const size_t table_bytes = maxCount * sizeof(IrtEntry); in IndirectReferenceTable() local
81 table_mem_map_.reset(MemMap::MapAnonymous("indirect ref table", nullptr, table_bytes, in IndirectReferenceTable()
85 CHECK_EQ(table_mem_map_->Size(), table_bytes); in IndirectReferenceTable()
88 table_mem_map_->Size() != table_bytes || in IndirectReferenceTable()